Skip to content

Commit

Permalink
Update scala-compiler, scala-library to 2.13.8
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2022
1 parent 44f7478 commit 80f7792
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ workflows:
- scala_job:
name: 2.13.7
java_version: jdk8
scala_version: 2.13.7
scala_version: 2.13.8
- scala_job:
name: 3.0.2
java_version: jdk8
Expand All @@ -114,7 +114,7 @@ workflows:
- scala_job:
name: jdk11_2.13
java_version: jdk11
scala_version: 2.13.7
scala_version: 2.13.8
- scala_job:
name: jdk11_3.0
java_version: jdk11
Expand All @@ -130,7 +130,7 @@ workflows:
- scala_job:
name: jdk17_2.13
java_version: jdk17
scala_version: 2.13.7
scala_version: 2.13.8
- scala_job:
name: jdk17_3.0
java_version: jdk17
Expand All @@ -144,7 +144,7 @@ workflows:
scala_version: 2.12.15
- scalajs_job:
name: sjs1.0_2.13
scala_version: 2.13.7
scala_version: 2.13.8
- scalajs_job:
name: sjs1.0_3
scala_version: 3.0.2
Expand All @@ -156,4 +156,4 @@ workflows:
scala_version: 2.12.15
- scalanative_job:
name: native0.4_2.13
scala_version: 2.13.7
scala_version: 2.13.8
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
fail-fast: false
matrix:
java: [8, 11, 17]
scala: [2.12.15, 2.13.7, 3.0.2, 3.1.0]
scala: [2.12.15, 2.13.8, 3.0.2, 3.1.0]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
.settings(
name := "scala-xml",
scalaModuleAutomaticModuleName := Some("scala.xml"),
crossScalaVersions := Seq("2.13.7", "2.12.15", "3.0.2", "3.1.0"),
crossScalaVersions := Seq("2.13.8", "2.12.15", "3.0.2", "3.1.0"),
scalaVersion := "2.12.15",

// Don't publish for Scala 3.1 or later, only from 3.0
Expand Down Expand Up @@ -140,7 +140,7 @@ lazy val xml = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
.jsEnablePlugins(ScalaJSJUnitPlugin)
.nativeSettings(
crossScalaVersions := Seq("2.13.7", "2.12.15"),
crossScalaVersions := Seq("2.13.8", "2.12.15"),
// Scala Native cannot run forked tests
Test / fork := false,
libraryDependencies += "org.scala-native" %%% "junit-runtime" % nativeVersion % Test,
Expand Down

0 comments on commit 80f7792

Please sign in to comment.