Skip to content

Commit 61bc143

Browse files
authored
Merge pull request #465 from SethTisue/version-bumps
2 parents feaa71e + 0655766 commit 61bc143

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Diff for: .github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
java: [8, 11, 17]
13-
scala: [2.11.12, 2.12.15, 2.13.8, 3.1.2]
13+
scala: [2.11.x, 2.12.x, 2.13.x, 3.x]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
2727
name := "scala-parser-combinators",
2828
scalaModuleAutomaticModuleName := Some("scala.util.parsing"),
2929

30-
crossScalaVersions := Seq("2.13.8", "2.12.15", "2.11.12", "3.1.2"),
30+
crossScalaVersions := Seq("2.13.8", "2.12.16", "2.11.12", "3.1.2"),
3131
scalaVersion := crossScalaVersions.value.head,
3232

3333
libraryDependencies += "junit" % "junit" % "4.13.2" % Test,

Diff for: project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.7.0-RC1

0 commit comments

Comments
 (0)