Skip to content

Commit

Permalink
Update scala-library to 2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 27, 2024
1 parent 5c85766 commit 2b5042c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val testcontainersVersion = "1.14.3"
val testcontainersScalaVersion = "0.38.9"

lazy val commonSettings = Seq(
scalaVersion := "2.12.4",
scalaVersion := "2.12.19",
scalacOptions ++= Seq(
"-deprecation",
"-language:implicitConversions",
Expand Down

0 comments on commit 2b5042c

Please sign in to comment.