Skip to content

Commit

Permalink
Merge pull request #62 from rider-yi/update_dependencies
Browse files Browse the repository at this point in the history
Updating dependencies
  • Loading branch information
adamw committed Jan 27, 2018
2 parents 2eace89 + c8c11e1 commit c40058e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ val akkaHttp = "com.typesafe.akka" %% "akka-http" % akkaHttpVersion
val monixVersion = "2.3.2"
val monix = "io.monix" %% "monix" % monixVersion

val circeVersion = "0.8.0"
val circeVersion = "0.9.1"

val scalaTest = "org.scalatest" %% "scalatest" % "3.0.4"

Expand Down Expand Up @@ -122,7 +122,7 @@ lazy val asyncHttpClientCatsBackend: Project = (project in file(
.settings(
name := "async-http-client-backend-cats",
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-effect" % "0.6"
"org.typelevel" %% "cats-effect" % "0.8"
)
) dependsOn asyncHttpClientBackend

Expand Down

0 comments on commit c40058e

Please sign in to comment.