Skip to content

Commit

Permalink
bump scala ver
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Aug 27, 2024
1 parent 9f17380 commit 28e69df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ object sclin
with ScalafmtModule
with ScalafixModule {

def scalaVersion = "3.3.3"
def scalaVersion = "3.4.2"
def scoverageVersion = "2.0.11"
def publishVersion: T[String] = VcsVersion.vcsState().format()
def pomSettings = PomSettings(
Expand Down

0 comments on commit 28e69df

Please sign in to comment.