From b11223b63dc5e902111743c729171bcba910a105 Mon Sep 17 00:00:00 2001 From: "lunatech-scala-steward[bot]" <166295259+lunatech-scala-steward[bot]@users.noreply.github.com> Date: Thu, 26 Sep 2024 06:03:28 +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 dfb30d9..fc2d074 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges lazy val root = (project in file(".")).enablePlugins(PlayScala) -scalaVersion := "2.13.14" +scalaVersion := "2.13.15" libraryDependencies ++= Seq( guice, ws,