Skip to content

Commit 9f8b8e6

Browse files
scala-stewardSethTisue
authored andcommitted
Update scala3-library, ... to 3.2.2 (#505)
Co-authored-by: Seth Tisue <[email protected]>
1 parent a7fc232 commit 9f8b8e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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.10", "2.12.17", "3.2.1"),
25+
crossScalaVersions := Seq("2.13.10", "2.12.17", "3.2.2"),
2626
scalaVersion := crossScalaVersions.value.head,
2727

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

0 commit comments

Comments
 (0)