Skip to content

Commit

Permalink
Update dependency scala to v2.12.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 26, 2024
1 parent a39a227 commit 7d40bbf
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 @@ -3,7 +3,7 @@ resolvers += "Typesafe Repository" at "https://repo.typesafe.com/typesafe/releas
import sbt.Keys.{libraryDependencies, organization}

val scala_2_13 = "2.13.1"
val scala_2_12 = "2.12.10"
val scala_2_12 = "2.12.19"
val scala_2_11 = "2.11.12"
val scala_2_10 = "2.10.7"
val supportedScalaVersions = Seq(scala_2_10, scala_2_11, scala_2_12, scala_2_13)
Expand Down

0 comments on commit 7d40bbf

Please sign in to comment.