Skip to content

Commit 4a9b923

Browse files
scala-stewardpeteraldous
authored andcommitted
Update scala3-library, ... to 3.2.0 (scala#481)
1 parent a572baa commit 4a9b923

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.16", "2.11.12", "3.1.3"),
30+
crossScalaVersions := Seq("2.13.8", "2.12.16", "2.11.12", "3.2.0"),
3131
scalaVersion := crossScalaVersions.value.head,
3232

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

0 commit comments

Comments
 (0)