From 5c8e1ab32931ee091a2f5cb432866d14480bacd2 Mon Sep 17 00:00:00 2001 From: Lunatech Ops Date: Sat, 16 Mar 2024 08:56:22 +0100 Subject: [PATCH] Update scala-library to 2.13.13 (#143) Co-authored-by: Geoffroy Bouet <39944843+geoffroybouet@users.noreply.github.com> --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f38035c..61a191b 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.12" +scalaVersion := "2.13.13" libraryDependencies += guice libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "7.0.1" % Test