Skip to content

Commit 5c48ce1

Browse files
scala-parser-combinators 1.2.0-M2
1 parent 7b20b68 commit 5c48ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ name := "tapl-scala"
44

55
scalacOptions ++= Seq("-deprecation", "-feature")
66

7-
libraryDependencies += ("org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2").withDottyCompat(scalaVersion.value)
7+
libraryDependencies += ("org.scala-lang.modules" %% "scala-parser-combinators" % "1.2.0-M2").withDottyCompat(scalaVersion.value)
88
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.5" % "test"

0 commit comments

Comments
 (0)