From f5d398b92257349e5aee0de05ac462f76c1034cc Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Tue, 12 Sep 2023 09:07:12 +0200 Subject: [PATCH] Update scala-library to 2.13.12 (#66) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index df24019..1d28222 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ version := "1.0-SNAPSHOT" lazy val root = (project in file(".")).enablePlugins(PlayScala) -scalaVersion := "2.13.11" +scalaVersion := "2.13.12" libraryDependencies ++= Seq( guice, ws, ehcache,