From ab804d0eede4ed9813dd5f97cc2dcecbad69613d Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 27 Nov 2025 05:06:13 +0000 Subject: [PATCH] Update scala-library to 2.13.18 --- build.sbt | 2 +- test-project/build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e65a693..96f3943 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ organization := "org.webjars" name := "webjars-play" -val Scala213 = "2.13.17" +val Scala213 = "2.13.18" val Scala3 = "3.3.7" scalaVersion := Scala213 diff --git a/test-project/build.sbt b/test-project/build.sbt index ad0f5ef..eef8b4d 100644 --- a/test-project/build.sbt +++ b/test-project/build.sbt @@ -2,7 +2,7 @@ name := "test-project" version := "1.0" -scalaVersion := "2.13.17" +scalaVersion := "2.13.18" libraryDependencies ++= Seq( guice,