Skip to content

Commit

Permalink
Merge pull request typelevel#70 from scala-steward/update/cats-effect…
Browse files Browse the repository at this point in the history
…-1.3.1

Update cats-effect, cats-effect-laws to 1.3.1
  • Loading branch information
rossabaker authored Jun 18, 2019
2 parents 0f0d9c3 + 2738f9e commit 4825d42
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 @@ -48,8 +48,8 @@ lazy val `java-runtime` = project
publishTo := sonatypePublishTo.value,
libraryDependencies ++= List(
"co.fs2" %% "fs2-core" % "1.0.4",
"org.typelevel" %% "cats-effect" % "1.2.0",
"org.typelevel" %% "cats-effect-laws" % "1.2.0" % "test",
"org.typelevel" %% "cats-effect" % "1.3.1",
"org.typelevel" %% "cats-effect-laws" % "1.3.1" % "test",
"io.grpc" % "grpc-core" % scalapb.compiler.Version.grpcJavaVersion,
"io.grpc" % "grpc-netty-shaded" % scalapb.compiler.Version.grpcJavaVersion % "test",
"io.monix" %% "minitest" % "2.3.2" % "test"
Expand Down

0 comments on commit 4825d42

Please sign in to comment.