Skip to content

Commit

Permalink
Update zio, zio-streams, zio-test, ... to 1.0.8 (zio#574)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 18, 2021
1 parent 6d3bff3 commit adb34ae
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,13 @@ publishTo := sonatypePublishToBundle.value
val zioAwsVersion = "3.16.37.1"

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "1.0.7",
"dev.zio" %% "zio-streams" % "1.0.7",
"dev.zio" %% "zio" % "1.0.8",
"dev.zio" %% "zio-streams" % "1.0.8",
"io.github.vigoo" %% "zio-aws-sqs" % zioAwsVersion,
"io.github.vigoo" %% "zio-aws-netty" % zioAwsVersion,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.4.4",
"dev.zio" %% "zio-test" % "1.0.7" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.7" % "test",
"dev.zio" %% "zio-test" % "1.0.8" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.8" % "test",
"org.elasticmq" %% "elasticmq-rest-sqs" % "0.15.6" % "test",
"org.elasticmq" %% "elasticmq-core" % "0.15.6" % "test",
compilerPlugin("org.typelevel" %% "kind-projector" % "0.10.3"),
Expand Down

0 comments on commit adb34ae

Please sign in to comment.