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

Commit

Permalink
Merge pull request #100 from scala-steward/update/log4s-1.8.1
Browse files Browse the repository at this point in the history
Update log4s to 1.8.1
  • Loading branch information
larsrh authored Jun 4, 2019
2 parents a8fc240 + 8c67c1c commit c2074d6
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 @@ -157,7 +157,7 @@ lazy val pideInterface = project.in(file("modules/pide-interface"))
libraryDependencies ++= Seq(
"com.chuusai" %% "shapeless" % "2.3.3",
"io.monix" %% "monix-execution" % "3.0.0-RC1",
"org.log4s" %% "log4s" % "1.8.0",
"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",
Expand Down

0 comments on commit c2074d6

Please sign in to comment.