Skip to content

Commit 0cf1f38

Browse files
committed
Update dependencies.
1 parent 8843c37 commit 0cf1f38

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,7 +4,7 @@ name := "struct-tensor"
44
organization := "uk.ac.ed.dal"
55
version := "0.1"
66

7-
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2"
7+
libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "2.0.0"
88
libraryDependencies += "com.lihaoyi" %% "fastparse" % "3.0.2"
99
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0"
1010
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.11" % Test

0 commit comments

Comments
 (0)