Skip to content
This repository was archived by the owner on Sep 25, 2020. It is now read-only.

Commit 77948c8

Browse files
committed
Update scala-parser-combinators to 1.1.2
1 parent 5a7a5e8 commit 77948c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ lazy val pideInterface = project.in(file("modules/pide-interface"))
160160
"org.log4s" %% "log4s" % "1.8.1",
161161
// the dependencies below are not strictly necessary for pide-interface,
162162
// but all non-generic PIDE implementations require them
163-
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.1",
163+
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2",
164164
"org.tukaani" % "xz" % "1.8",
165165
"com.jcraft" % "jsch" % "0.1.55",
166166
"com.jcraft" % "jzlib" % "1.1.3",

0 commit comments

Comments
 (0)