Skip to content

Commit

Permalink
Update scala-library to 2.13.12 (#133)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 17, 2023
1 parent c3cfac9 commit 1e09890
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 @@ -53,7 +53,7 @@ trait Common extends ScalaModule with PublishModule with ScalafixModule {
)
)
def publishVersion = VcsVersion.vcsState().format()
def scalaVersion = "2.13.10"
def scalaVersion = "2.13.12"

def scalacOptions =
super.scalacOptions() ++ Seq("-Ywarn-unused", "-deprecation")
Expand Down

0 comments on commit 1e09890

Please sign in to comment.