aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authoradamw <adam@warski.org>2018-02-08 21:03:37 +0100
committeradamw <adam@warski.org>2018-02-08 21:03:37 +0100
commit7178f4248121f06448eb6c1ead37521d94aed1e8 (patch)
treeced9e5d38aa0dd2c32cc0f53a6a369a8ad2f8482 /build.sbt
parent0f7b6875d5efcca55e0c92940527d1e8142dc888 (diff)
downloadsttp-7178f4248121f06448eb6c1ead37521d94aed1e8.tar.gz
sttp-7178f4248121f06448eb6c1ead37521d94aed1e8.tar.bz2
sttp-7178f4248121f06448eb6c1ead37521d94aed1e8.zip
Update fs2-reactive-streams and monix
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt8
1 files changed, 4 insertions, 4 deletions
diff --git a/build.sbt b/build.sbt
index 64f54d7..497bcfb 100644
--- a/build.sbt
+++ b/build.sbt
@@ -36,12 +36,12 @@ val commonSettings = Seq(
val akkaHttpVersion = "10.0.11"
val akkaHttp = "com.typesafe.akka" %% "akka-http" % akkaHttpVersion
-val monixVersion = "2.3.2"
+val monixVersion = "2.3.3"
val monix = "io.monix" %% "monix" % monixVersion
val circeVersion = "0.9.1"
-val scalaTest = "org.scalatest" %% "scalatest" % "3.0.4"
+val scalaTest = "org.scalatest" %% "scalatest" % "3.0.5"
lazy val rootProject = (project in file("."))
.settings(commonSettings: _*)
@@ -104,7 +104,7 @@ lazy val asyncHttpClientScalazBackend: Project = (project in file(
.settings(
name := "async-http-client-backend-scalaz",
libraryDependencies ++= Seq(
- "org.scalaz" %% "scalaz-concurrent" % "7.2.18"
+ "org.scalaz" %% "scalaz-concurrent" % "7.2.19"
)
) dependsOn asyncHttpClientBackend
@@ -132,7 +132,7 @@ lazy val asyncHttpClientFs2Backend: Project = (project in file(
.settings(
name := "async-http-client-backend-fs2",
libraryDependencies ++= Seq(
- "com.github.zainab-ali" %% "fs2-reactive-streams" % "0.2.7"
+ "com.github.zainab-ali" %% "fs2-reactive-streams" % "0.5.0"
)
) dependsOn asyncHttpClientBackend