Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
update typesafe config & slf4j-api to lastest version
  • Loading branch information
naferx committed Jul 13, 2017
1 parent 77d4ff7 commit d099bd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Build.scala
Expand Up @@ -26,9 +26,9 @@ object SlickBuild extends Build {
val v = "3.0.0"
"org.scalatest" %% "scalatest" % v
}
val slf4j = "org.slf4j" % "slf4j-api" % "1.7.18"
val slf4j = "org.slf4j" % "slf4j-api" % "1.7.25"
val logback = "ch.qos.logback" % "logback-classic" % "1.1.6"
val typesafeConfig = "com.typesafe" % "config" % "1.2.1"
val typesafeConfig = "com.typesafe" % "config" % "1.3.1"
val reactiveStreamsVersion = "1.0.0"
val reactiveStreams = "org.reactivestreams" % "reactive-streams" % reactiveStreamsVersion
val reactiveStreamsTCK = "org.reactivestreams" % "reactive-streams-tck" % reactiveStreamsVersion
Expand Down

0 comments on commit d099bd3

Please sign in to comment.