Skip to content

Commit

Permalink
Update scala-library, scala-reflect to 2.13.14 (#2210)
Browse files Browse the repository at this point in the history
* Update scala-library, scala-reflect to 2.13.14

* Update config.yml

---------

Co-authored-by: Pierre Ricadat <[email protected]>
  • Loading branch information
scala-steward and ghostdogpr authored May 5, 2024
1 parent 4bf0472 commit b88f156
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
- checkout
- restore_cache:
key: sbtcache
- run: sbt ++2.13.13 check ++3.3.3 check
- run: sbt ++2.13.14 check ++3.3.3 check
- save_cache:
key: sbtcache
paths:
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- checkout
- restore_cache:
key: sbtcache
- run: sbt ++2.13.13 rootJVM213/test examples/compile benchmarks/compile
- run: sbt ++2.13.14 rootJVM213/test examples/compile benchmarks/compile
- save_cache:
key: sbtcache
paths:
Expand All @@ -83,7 +83,7 @@ jobs:
- checkout
- restore_cache:
key: sbtcache
- run: sbt ++2.13.13 rootJVM213/test examples/compile benchmarks/compile
- run: sbt ++2.13.14 rootJVM213/test examples/compile benchmarks/compile
- save_cache:
key: sbtcache
paths:
Expand Down Expand Up @@ -129,7 +129,7 @@ jobs:
- restore_cache:
key: sbtcache
- run: ./.circleci/install-native-deps.sh
- run: sbt ++2.13.13 clientJS/test clientLaminextJS/Test/fastLinkJS clientNative/Test/nativeLink
- run: sbt ++2.13.14 clientJS/test clientLaminextJS/Test/fastLinkJS clientNative/Test/nativeLink
- save_cache:
key: sbtcache
paths:
Expand Down Expand Up @@ -161,8 +161,8 @@ jobs:
- restore_cache:
key: sbtcache
- run: |
sbt ++2.13.13 docs/mdoc
sbt "++2.13.13 doc"
sbt ++2.13.14 docs/mdoc
sbt "++2.13.14 doc"
- save_cache:
key: sbtcache
paths:
Expand All @@ -177,7 +177,7 @@ jobs:
- checkout
- restore_cache:
key: sbtcache
- run: sbt ++2.13.13 http4s/mimaReportBinaryIssues akkaHttp/mimaReportBinaryIssues pekkoHttp/mimaReportBinaryIssues catsInterop/mimaReportBinaryIssues monixInterop/mimaReportBinaryIssues clientJVM/mimaReportBinaryIssues clientJS/mimaReportBinaryIssues clientLaminextJS/mimaReportBinaryIssues federation/mimaReportBinaryIssues reporting/mimaReportBinaryIssues tracing/mimaReportBinaryIssues core/mimaReportBinaryIssues tapirInterop/mimaReportBinaryIssues quickAdapter/mimaReportBinaryIssues zioHttp/mimaReportBinaryIssues play/mimaReportBinaryIssues # tools/mimaReportBinaryIssues
- run: sbt ++2.13.14 http4s/mimaReportBinaryIssues akkaHttp/mimaReportBinaryIssues pekkoHttp/mimaReportBinaryIssues catsInterop/mimaReportBinaryIssues monixInterop/mimaReportBinaryIssues clientJVM/mimaReportBinaryIssues clientJS/mimaReportBinaryIssues clientLaminextJS/mimaReportBinaryIssues federation/mimaReportBinaryIssues reporting/mimaReportBinaryIssues tracing/mimaReportBinaryIssues core/mimaReportBinaryIssues tapirInterop/mimaReportBinaryIssues quickAdapter/mimaReportBinaryIssues zioHttp/mimaReportBinaryIssues play/mimaReportBinaryIssues # tools/mimaReportBinaryIssues
- run: sbt ++3.3.3 catsInterop/mimaReportBinaryIssues monixInterop/mimaReportBinaryIssues clientJVM/mimaReportBinaryIssues clientJS/mimaReportBinaryIssues clientLaminextJS/mimaReportBinaryIssues http4s/mimaReportBinaryIssues federation/mimaReportBinaryIssues reporting/mimaReportBinaryIssues tracing/mimaReportBinaryIssues core/mimaReportBinaryIssues tapirInterop/mimaReportBinaryIssues pekkoHttp/mimaReportBinaryIssues quickAdapter/mimaReportBinaryIssues zioHttp/mimaReportBinaryIssues play/mimaReportBinaryIssues # tools/mimaReportBinaryIssues
- save_cache:
key: sbtcache
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import org.scalajs.linker.interface.ModuleSplitStyle
import sbtcrossproject.CrossPlugin.autoImport.{ crossProject, CrossType }

val scala212 = "2.12.19"
val scala213 = "2.13.13"
val scala213 = "2.13.14"
val scala3 = "3.3.3"
val allScala = Seq(scala212, scala213, scala3)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt.Def.spaceDelimited
import sbt.librarymanagement.Resolver

val scala212 = "2.12.19"
val scala213 = "2.13.13"
val scala213 = "2.13.14"
val scala3 = "3.3.3"
val allScala = Seq(scala212, scala213, scala3)

Expand Down

0 comments on commit b88f156

Please sign in to comment.