Skip to content

Commit

Permalink
Merge pull request #1251 from scala-steward/update/scala-compiler-2.1…
Browse files Browse the repository at this point in the history
…3.12

Update scala-compiler, scala-library to 2.13.12
  • Loading branch information
eed3si9n committed Sep 23, 2023
2 parents a09cfdf + 2b23f34 commit 5c4bf58
Show file tree
Hide file tree
Showing 15 changed files with 27 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ trait CompilingSpecification extends AbstractBridgeProviderTestkit {
.get("zinc.build.compilerbridge.scalaVersion")
.getOrElse(sys.error("zinc.build.compilerbridge.scalaVersion property not found"))
def maxErrors = 100
def scala213 = "2.13.11"
def scala213 = "2.13.12"

def scalaCompiler(instance: xsbti.compile.ScalaInstance, bridgeJar: Path): AnalyzingCompiler = {
val bridgeProvider = ZincUtil.constantBridgeProvider(instance, bridgeJar)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ private[xsbt] class ZincBenchmark(toCompile: BenchmarkProject, zincEnabled: Bool
private[xsbt] object ZincBenchmark {
// This is the Scala version used to compile the benchmark project
// do not use `scala.util.Properties.versionNumberString`.
val scalaVersion = "2.13.11"
val scalaVersion = "2.13.12"

/* ************************************************************* */
/* Utils to programmatically instantiate Compiler from sbt setup */
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
val scala210 = "2.10.7"
val scala211 = "2.11.12"
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala213 = "2.13.12"
val defaultScalaVersion = scala212
val allScalaVersions = Seq(defaultScalaVersion, scala210, scala211, scala213)
val scala212_213 = Seq(defaultScalaVersion, scala213)
Expand Down
4 changes: 2 additions & 2 deletions zinc/src/sbt-test/macros/macro-arg-dep-nested/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependsOn": [
"macro-provider"
],
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
},
{
"name": "macro-provider",
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependsOn": [
"macro-provider"
],
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
},
{
"name": "macro-provider",
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
}
]
}
4 changes: 2 additions & 2 deletions zinc/src/sbt-test/macros/macro-arg-dep/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependsOn": [
"macro-provider"
],
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
},
{
"name": "macro-provider",
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
}
]
}
4 changes: 2 additions & 2 deletions zinc/src/sbt-test/macros/macro/build.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependsOn": [
"macro-provider"
],
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
},
{
"name": "macro-provider",
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,18 @@
"std",
"lib"
],
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
},
{
"name": "lib",
"dependsOn": [
"std"
],
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
},
{
"name": "std",
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependsOn": [
"core"
],
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
},
{
"name": "core",
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependsOn": [
"dep"
],
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
},
{
"name": "dep",
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependsOn": [
"dep"
],
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
},
{
"name": "dep",
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependsOn": [
"dep"
],
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
},
{
"name": "dep",
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependsOn": [
"dep"
],
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
},
{
"name": "dep",
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
"dependsOn": [
"dep"
],
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
},
{
"name": "dep",
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
}
]
}
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"projects": [
{
"name": "pro",
"scalaVersion": "2.13.11"
"scalaVersion": "2.13.12"
}
]
}

0 comments on commit 5c4bf58

Please sign in to comment.