Skip to content

Commit 336b8b1

Browse files
authored
Merge pull request #890 from scala-steward/update/scala-library-2.13.18
Update scala-library, scala-reflect to 2.13.18
2 parents 1beb0b8 + 8f60cad commit 336b8b1

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
@@ -51,7 +51,7 @@ commands += Command.command("testStaging") { state =>
5151

5252
// Keep in sync with TestCli
5353
val scala212 = "2.12.20"
54-
val scala213 = "2.13.16"
54+
val scala213 = "2.13.18"
5555
val scala3 = "3.3.6"
5656
val scala3_7 = "3.7.2"
5757

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.16"
14+
val scala213 = "2.13.18"
1515
val scala3 = "3.3.6"
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.16"
5+
scalaVersion := "2.13.18"
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)