Skip to content

Commit

Permalink
bump scala ver
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Sep 20, 2024
1 parent afc2074 commit f459c71
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.4.2"
def scalaVersion = "3.4.3"
def scoverageVersion = "2.0.11"
def publishVersion: T[String] = VcsVersion.vcsState().format()
def pomSettings = PomSettings(
Expand Down

0 comments on commit f459c71

Please sign in to comment.