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 8843c37 commit 0cf1f38Copy full SHA for 0cf1f38
build.sbt
@@ -4,7 +4,7 @@ name := "struct-tensor"
4
organization := "uk.ac.ed.dal"
5
version := "0.1"
6
7
-libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
+libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "2.0.0"
8
libraryDependencies += "com.lihaoyi" %% "fastparse" % "3.0.2"
9
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0"
10
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.11" % Test
0 commit comments