Skip to content

Commit

Permalink
Use scala-parser-combinator 2.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
xerial committed Jun 22, 2022
1 parent 9f15cce commit 774fd78
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ lazy val utilCore = Project(
libraryDependencies ++= Seq(
caffeineLib % "test",
scalacheckLib,
"org.scala-lang.modules" %% "scala-parser-combinators" % "2.1.1",
"org.mockito" % "mockito-core" % mockitoVersion % "test",
) ++ {
if (scalaVersion.value.startsWith("2")) {
Expand Down

0 comments on commit 774fd78

Please sign in to comment.