Skip to content

Commit

Permalink
Update scala3-library, ... to 3.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Feb 2, 2022
1 parent 302309d commit 6ca6577
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ workflows:
- scala_job:
name: 3.1.0
java_version: jdk8
scala_version: 3.1.0
scala_version: 3.1.1
- scala_job:
name: jdk11_2.12
java_version: jdk11
Expand All @@ -122,7 +122,7 @@ workflows:
- scala_job:
name: jdk11_3.1
java_version: jdk11
scala_version: 3.1.0
scala_version: 3.1.1
- scala_job:
name: jdk17_2.12
java_version: jdk17
Expand All @@ -138,7 +138,7 @@ workflows:
- scala_job:
name: jdk17_3.1
java_version: jdk17
scala_version: 3.1.0
scala_version: 3.1.1
- scalajs_job:
name: sjs1.0_2.12
scala_version: 2.12.15
Expand All @@ -150,7 +150,7 @@ workflows:
scala_version: 3.0.2
- scalajs_job:
name: sjs1.0_3.1
scala_version: 3.1.0
scala_version: 3.1.1
- scalanative_job:
name: native0.4_2.12
scala_version: 2.12.15
Expand Down
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.8, 3.0.2, 3.1.0]
scala: [2.12.15, 2.13.8, 3.0.2, 3.1.1]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand Down
2 changes: 1 addition & 1 deletion 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.8", "2.12.15", "3.0.2", "3.1.0"),
crossScalaVersions := Seq("2.13.8", "2.12.15", "3.0.2", "3.1.1"),
scalaVersion := "2.12.15",

// Don't publish for Scala 3.1 or later, only from 3.0
Expand Down

0 comments on commit 6ca6577

Please sign in to comment.