From 61d72b84308f545f852685aab89ae278eee9bedf Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Tue, 12 Sep 2023 07:01:59 +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 abbab31..fa17ff6 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 += guice libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test