From f8840e504af16c8b59ef9c5ead7c2c9ea498c517 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Sep 2023 22:38:06 +0000 Subject: [PATCH] Update scala-library to 2.13.12 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4b5539e..562245d 100644 --- a/build.sbt +++ b/build.sbt @@ -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"