Skip to content

Commit 51aae75

Browse files
Update scala-library to 2.13.8 (#442)
1 parent 3f373e8 commit 51aae75

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.7, 3.0.2]
13+
scala: [2.11.12, 2.12.15, 2.13.8, 3.0.2]
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
@@ -22,7 +22,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
2222
name := "scala-parser-combinators",
2323
scalaModuleAutomaticModuleName := Some("scala.util.parsing"),
2424

25-
crossScalaVersions := Seq("2.13.7", "2.12.15", "2.11.12", "3.0.2"),
25+
crossScalaVersions := Seq("2.13.8", "2.12.15", "2.11.12", "3.0.2"),
2626
scalaVersion := crossScalaVersions.value.head,
2727

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

0 commit comments

Comments
 (0)