Skip to content

Commit

Permalink
Merge pull request #423 from scala-steward/update/scala-parser-combin…
Browse files Browse the repository at this point in the history
…ators-2.0.0

scala-parser-combinators 2.0.0 (was 1.1.2)
  • Loading branch information
mkurz authored May 30, 2021
2 parents 93c1f82 + d5b2d99 commit 3ac592b
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.9"
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 3ac592b

Please sign in to comment.