Skip to content

Commit

Permalink
Update scala3-library, ... to 3.1.2 (#456)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 23, 2022
1 parent 8ae9216 commit 3a1f26c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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.11.12, 2.12.15, 2.13.8, 3.1.1]
scala: [2.11.12, 2.12.15, 2.13.8, 3.1.2]
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 @@ -27,7 +27,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
name := "scala-parser-combinators",
scalaModuleAutomaticModuleName := Some("scala.util.parsing"),

crossScalaVersions := Seq("2.13.8", "2.12.15", "2.11.12", "3.1.1"),
crossScalaVersions := Seq("2.13.8", "2.12.15", "2.11.12", "3.1.2"),
scalaVersion := crossScalaVersions.value.head,

libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
Expand Down

0 comments on commit 3a1f26c

Please sign in to comment.