From 0c9567d147da338f4859f484c022f35df63a58ce Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 17:33:18 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 16bc838..7be9326 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val root = (project in file(".")) resolvers += Resolver.sonatypeRepo("snapshots") -scalaVersion := "2.13.14" +scalaVersion := "2.13.15" libraryDependencies += guice libraryDependencies += "org.scalatestplus.play" %% "scalatestplus-play" % "5.1.0" % Test