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

Commit

Permalink
Update scala-parser-combinators to 1.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 4, 2019
1 parent c2074d6 commit 24778c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ lazy val pideInterface = project.in(file("modules/pide-interface"))
"org.log4s" %% "log4s" % "1.8.1",
// the dependencies below are not strictly necessary for pide-interface,
// but all non-generic PIDE implementations require them
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.1",
"org.scala-lang.modules" %% "scala-parser-combinators" % "1.1.2",
"org.tukaani" % "xz" % "1.8",
"com.jcraft" % "jsch" % "0.1.55",
"com.jcraft" % "jzlib" % "1.1.3",
Expand Down

0 comments on commit 24778c5

Please sign in to comment.