Skip to content

Commit

Permalink
Upgrade scala-parser-combinators 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed May 14, 2021
1 parent 07d525b commit 6fbb23c
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 @@ -308,7 +308,7 @@ lazy val utilCore = Project(
caffeineLib % "test",
scalacheckLib,
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2",
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.0.0",
"org.mockito" % "mockito-core" % mockitoVersion % "test",
"org.scalatestplus" %% "mockito-3-3" % "3.1.2.0" % "test",
"org.scalatestplus" %% "scalacheck-1-14" % "3.1.2.0" % "test"
Expand Down

0 comments on commit 6fbb23c

Please sign in to comment.