We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b20b68 commit 5c48ce1Copy full SHA for 5c48ce1
build.sbt
@@ -4,5 +4,5 @@ name := "tapl-scala"
4
5
scalacOptions ++= Seq("-deprecation", "-feature")
6
7
-libraryDependencies += ("org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2").withDottyCompat(scalaVersion.value)
+libraryDependencies += ("org.scala-lang.modules" %% "scala-parser-combinators" % "1.2.0-M2").withDottyCompat(scalaVersion.value)
8
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.5" % "test"
0 commit comments