Skip to content

Commit

Permalink
Merge pull request #809 from scala-steward/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
Update scala-library, scala-reflect to 2.13.14
  • Loading branch information
SethTisue committed May 7, 2024
2 parents 315f0c2 + 8881800 commit d909895
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d909895

Please sign in to comment.