Skip to content

Commit

Permalink
Update scala-library to 2.13.10
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and peteraldous committed Feb 10, 2023
1 parent 7f13742 commit 3f9bfb5
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.17", "2.11.12", "3.2.0"),
crossScalaVersions := Seq("2.13.10", "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 3f9bfb5

Please sign in to comment.