Skip to content

Commit

Permalink
Update scala-compiler, scala-library to 2.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Oct 20, 2022
1 parent 360fbc1 commit 122da89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.8"
val scalaVersion = "2.13.10"

/* ************************************************************* */
/* 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.16"
val scala213 = "2.13.8"
val scala213 = "2.13.10"
val defaultScalaVersion = scala212
val allScalaVersions = Seq(defaultScalaVersion, scala210, scala211, scala213)
val scala212_213 = Seq(defaultScalaVersion, scala213)
Expand Down

0 comments on commit 122da89

Please sign in to comment.