Skip to content

Commit bf9da6c

Browse files
committed
Scala 3.0.2 (was 3.0.1)
1 parent 65891a2 commit bf9da6c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
java: [8, 11, 17-ea]
13-
scala: [2.11.12, 2.12.14, 2.13.6, 3.0.1]
13+
scala: [2.11.12, 2.12.14, 2.13.6, 3.0.2]
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@v2

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
1717
name := "scala-parser-combinators",
1818
scalaModuleAutomaticModuleName := Some("scala.util.parsing"),
1919

20-
crossScalaVersions := Seq("2.13.6", "2.12.14", "2.11.12", "3.0.1"),
20+
crossScalaVersions := Seq("2.13.6", "2.12.14", "2.11.12", "3.0.2"),
2121
scalaVersion := crossScalaVersions.value.head,
2222

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

0 commit comments

Comments
 (0)