Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.12.19 (#2143)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 27, 2024
1 parent b8cfdd2 commit e8a8cc3
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- checkout
- restore_cache:
key: sbtcache
- run: sbt ++2.12.18 rootJVM212/test
- run: sbt ++2.12.19 rootJVM212/test
- save_cache:
key: sbtcache
paths:
Expand All @@ -38,7 +38,7 @@ jobs:
- checkout
- restore_cache:
key: sbtcache
- run: sbt ++2.12.18 codegenSbt/scripted
- run: sbt ++2.12.19 codegenSbt/scripted
- save_cache:
key: sbtcache
paths:
Expand All @@ -53,7 +53,7 @@ jobs:
- checkout
- restore_cache:
key: sbtcache
- run: sbt 'set ThisBuild / scalaVersion := "2.12.18"; codegenScriptedScala3'
- run: sbt 'set ThisBuild / scalaVersion := "2.12.19"; codegenScriptedScala3'
- save_cache:
key: sbtcache
paths:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.typesafe.tools.mima.core.{ DirectMissingMethodProblem, MissingClassPr
import org.scalajs.linker.interface.ModuleSplitStyle
import sbtcrossproject.CrossPlugin.autoImport.{ crossProject, CrossType }

val scala212 = "2.12.18"
val scala212 = "2.12.19"
val scala213 = "2.13.13"
val scala3 = "3.3.2"
val allScala = Seq(scala212, scala213, scala3)
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.Def.spaceDelimited
import sbt.librarymanagement.Resolver

val scala212 = "2.12.18"
val scala212 = "2.12.19"
val scala213 = "2.13.13"
val scala3 = "3.3.2"
val allScala = Seq(scala212, scala213, scala3)
Expand Down
2 changes: 1 addition & 1 deletion sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ declare -r sbt_unreleased_version="1.9.8"

declare -r latest_dotty="3.3.2"
declare -r latest_213="2.13.13"
declare -r latest_212="2.12.18"
declare -r latest_212="2.12.19"
declare -r latest_211="2.11.12"
declare -r latest_210="2.10.7"
declare -r latest_29="2.9.3"
Expand Down

0 comments on commit e8a8cc3

Please sign in to comment.