Skip to content

Commit

Permalink
scala-parser-combinators 2.0.0 (was 1.1.2)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed May 19, 2021
1 parent 88d5938 commit d5b2d99
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 @@ -7,7 +7,7 @@ val previousVersion: Option[String] = Some("1.5.0")

val ScalaTestVersion = "3.2.8"
val ScalaXmlVersion = "1.3.0"
val ScalaParserCombinatorsVersion = "1.1.2"
val ScalaParserCombinatorsVersion = "2.0.0"

val mimaSettings = Seq(
mimaPreviousArtifacts := previousVersion.map(organization.value %% name.value % _).toSet
Expand Down

0 comments on commit d5b2d99

Please sign in to comment.