Skip to content

Commit 59a7259

Browse files
authored
Merge pull request #830 from scala-steward/update/scala-library-2.13.15
Update scala-library, scala-reflect to 2.13.15
2 parents 54b4c10 + 8540312 commit 59a7259

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ commands += Command.command("testStaging") { state =>
4747

4848
// Keep in sync with TestCli
4949
val scala212 = "2.12.20"
50-
val scala213 = "2.13.14"
50+
val scala213 = "2.13.15"
5151
val scala3 = "3.3.3"
5252

5353
val root = project.in(file(".")).settings(

functional-tests/src/main/scala/com/typesafe/tools/mima/lib/TestCli.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object TestCli {
1111
// Keep in sync with build.sbt
1212
val scala211 = "2.11.12"
1313
val scala212 = "2.12.20"
14-
val scala213 = "2.13.14"
14+
val scala213 = "2.13.15"
1515
val scala3 = "3.3.3"
1616
val hostScalaVersion = StdLibProps.scalaPropOrNone("maven.version.number").get
1717
val allScalaVersions = List(scala211, scala212, scala213, scala3)

sbtplugin/src/sbt-test/sbt-mima-plugin/pom-only-project/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ organization := "com.typesafe"
22
name := "pom-only-project"
33
version := "1.1.0"
44
mimaPreviousArtifacts := Set(organization.value %% moduleName.value % "1.0.0")
5-
scalaVersion := "2.13.14"
5+
scalaVersion := "2.13.15"
66

77
// this is an arbitrary dependency, but one that's known to cause issues in POM-only projects
88
// see https://github.com/lightbend-labs/mima/issues/768 for more context

0 commit comments

Comments
 (0)