From 88818002c0616aee8986f3d3c95c6798de9286bd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 5 May 2024 16:46:15 +0000 Subject: [PATCH] Update scala-library, scala-reflect to 2.13.14 --- build.sbt | 2 +- .../src/main/scala/com/typesafe/tools/mima/lib/TestCli.scala | 2 +- .../src/sbt-test/sbt-mima-plugin/pom-only-project/build.sbt | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index a37a830b..1a57059e 100644 --- a/build.sbt +++ b/build.sbt @@ -47,7 +47,7 @@ commands += Command.command("testStaging") { state => // Keep in sync with TestCli val scala212 = "2.12.19" -val scala213 = "2.13.13" +val scala213 = "2.13.14" val scala3 = "3.3.3" val root = project.in(file(".")).settings( diff --git a/functional-tests/src/main/scala/com/typesafe/tools/mima/lib/TestCli.scala b/functional-tests/src/main/scala/com/typesafe/tools/mima/lib/TestCli.scala index 9b88e85f..575a1008 100644 --- a/functional-tests/src/main/scala/com/typesafe/tools/mima/lib/TestCli.scala +++ b/functional-tests/src/main/scala/com/typesafe/tools/mima/lib/TestCli.scala @@ -11,7 +11,7 @@ object TestCli { // Keep in sync with build.sbt val scala211 = "2.11.12" val scala212 = "2.12.19" - val scala213 = "2.13.13" + val scala213 = "2.13.14" val scala3 = "3.3.3" val hostScalaVersion = StdLibProps.scalaPropOrNone("maven.version.number").get val allScalaVersions = List(scala211, scala212, scala213, scala3) diff --git a/sbtplugin/src/sbt-test/sbt-mima-plugin/pom-only-project/build.sbt b/sbtplugin/src/sbt-test/sbt-mima-plugin/pom-only-project/build.sbt index 72135389..7f916f4d 100644 --- a/sbtplugin/src/sbt-test/sbt-mima-plugin/pom-only-project/build.sbt +++ b/sbtplugin/src/sbt-test/sbt-mima-plugin/pom-only-project/build.sbt @@ -2,7 +2,7 @@ organization := "com.typesafe" name := "pom-only-project" version := "1.1.0" mimaPreviousArtifacts := Set(organization.value %% moduleName.value % "1.0.0") -scalaVersion := "2.13.13" +scalaVersion := "2.13.14" // this is an arbitrary dependency, but one that's known to cause issues in POM-only projects // see https://github.com/lightbend/mima/issues/768 for more context