Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

reactiveStreamsVersion 1.0.2 #1927

Merged
merged 1 commit into from Aug 23, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Build.scala
Expand Up @@ -32,7 +32,7 @@ object SlickBuild extends Build {
val slf4j = "org.slf4j" % "slf4j-api" % "1.7.25"
val logback = "ch.qos.logback" % "logback-classic" % "1.2.3"
val typesafeConfig = "com.typesafe" % "config" % "1.3.2"
val reactiveStreamsVersion = "1.0.1"
val reactiveStreamsVersion = "1.0.2"
val reactiveStreams = "org.reactivestreams" % "reactive-streams" % reactiveStreamsVersion
val reactiveStreamsTCK = "org.reactivestreams" % "reactive-streams-tck" % reactiveStreamsVersion
val hikariCP = "com.zaxxer" % "HikariCP" % "2.7.4"
Expand Down