From 5cb99fee3597b47495f0e71626f40d47521ef23c Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 26 Sep 2024 23:55:38 +0000 Subject: [PATCH] Update scala-library to 2.13.15 --- build.sbt | 2 +- test-project/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 862103b..c1d889b 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ organization := "org.webjars" name := "webjars-play" -val Scala213 = "2.13.14" +val Scala213 = "2.13.15" val Scala3 = "3.3.3" scalaVersion := Scala213 diff --git a/test-project/build.sbt b/test-project/build.sbt index 19b9e84..7272f96 100644 --- a/test-project/build.sbt +++ b/test-project/build.sbt @@ -2,7 +2,7 @@ name := "test-project" version := "1.0" -scalaVersion := "2.13.14" +scalaVersion := "2.13.15" libraryDependencies ++= Seq( guice,