Skip to content

Commit

Permalink
Update dependency scala to v2.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 20, 2022
1 parent 390bee1 commit 849d220
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 @@ -11,7 +11,7 @@ lazy val root = (project in file("."))
publishTo := sonatypePublishToBundle.value
credentials += Credentials(Path.userHome / ".sbt" / ".credentials.sonatype")

scalaVersion := "2.13.8"
scalaVersion := "2.13.10"
crossScalaVersions := Seq(scalaVersion.value, "2.12.15")

val playVersion = "2.8.13"
Expand Down

0 comments on commit 849d220

Please sign in to comment.