Skip to content

Commit

Permalink
Update scala3-library, ... to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 7, 2022
1 parent e99ef3a commit 61be885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ lazy val parserCombinators = crossProject(JVMPlatform, JSPlatform, NativePlatfor
name := "scala-parser-combinators",
scalaModuleAutomaticModuleName := Some("scala.util.parsing"),

crossScalaVersions := Seq("2.13.8", "2.12.16", "2.11.12", "3.1.3"),
crossScalaVersions := Seq("2.13.8", "2.12.16", "2.11.12", "3.2.0"),
scalaVersion := crossScalaVersions.value.head,

libraryDependencies += "junit" % "junit" % "4.13.2" % Test,
Expand Down

0 comments on commit 61be885

Please sign in to comment.