diff --git a/.circleci/config.yml b/.circleci/config.yml index 175c2c950..7116e7211 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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: @@ -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: @@ -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: @@ -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: @@ -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: @@ -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 diff --git a/build.sbt b/build.sbt index c6077def8..4612b7518 100644 --- a/build.sbt +++ b/build.sbt @@ -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) diff --git a/codegen-sbt/src/sbt-test/compiletime-codegen/test-compile/build.sbt b/codegen-sbt/src/sbt-test/compiletime-codegen/test-compile/build.sbt index eb4192f7e..e2ca2936e 100644 --- a/codegen-sbt/src/sbt-test/compiletime-codegen/test-compile/build.sbt +++ b/codegen-sbt/src/sbt-test/compiletime-codegen/test-compile/build.sbt @@ -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)