From b008bd8b7821853deda1d77cc392cb26e23db779 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 21:59:12 +0000 Subject: [PATCH 1/2] [6.0.x] scala-library 2.13.15 (was 2.13.14) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 31c90460..823c4101 100644 --- a/build.sbt +++ b/build.sbt @@ -23,8 +23,8 @@ lazy val commonSettings = Seq( javacOptions ++= Seq("-encoding", "UTF-8", "-Xlint:-options"), compile / javacOptions ++= Seq("--release", "11"), doc / javacOptions := Seq("-source", "11"), - scalaVersion := "2.13.14", - crossScalaVersions := Seq("2.13.14"), + scalaVersion := "2.13.15", + crossScalaVersions := Seq("2.13.15"), scalacOptions ++= Seq("-deprecation", "-feature", "-unchecked", "-encoding", "utf8") ++ (CrossVersion.partialVersion(scalaVersion.value) match { case Some((2, 13)) => Seq("-Xsource:3") From 75943027d950067964e344aa861ce638bccd121a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 21:59:14 +0000 Subject: [PATCH 2/2] [6.0.x] sbt 1.10.2 (was 1.10.1) --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index ee4c672c..0b699c30 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.10.1 +sbt.version=1.10.2