Skip to content

Commit

Permalink
Merge pull request #77 from tarao/renovate/scala-2.13.x
Browse files Browse the repository at this point in the history
Update dependency scala to v2.13.13
  • Loading branch information
tarao authored Feb 29, 2024
2 parents ef49fa2 + 796ba18 commit 45705c3
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 @@ -18,7 +18,7 @@ ThisBuild / developers := List(
)

val Scala_3 = "3.3.1"
val Scala_2_13 = "2.13.12"
val Scala_2_13 = "2.13.13"
val Scala_2_11 = "2.11.12"

ThisBuild / scalaVersion := Scala_3
Expand Down

0 comments on commit 45705c3

Please sign in to comment.