Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
update typesafe config & slf4j-api to lastest version
- Loading branch information
Showing
with
2 additions
and
2 deletions.
-
+2
−2
project/Build.scala
|
@@ -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 |
|
|