Skip to content

Commit

Permalink
Merge pull request #237 from scala-steward/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.12
  • Loading branch information
ornicar authored Sep 14, 2023
2 parents 3cabc3f + f8840e5 commit 6d55646
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 @@ -8,7 +8,7 @@ lazy val root = Project("lila-fishnet", file("."))
.enablePlugins(PlayScala, PlayNettyServer)
.disablePlugins(PlayAkkaHttpServer)

scalaVersion := "2.13.11"
scalaVersion := "2.13.12"
Compile / resourceDirectory := baseDirectory.value / "conf"

val kamonVersion = "2.5.11"
Expand Down

0 comments on commit 6d55646

Please sign in to comment.