Skip to content

Commit

Permalink
Update zio and zio-aws (#598)
Browse files Browse the repository at this point in the history
  • Loading branch information
lmlynik authored Dec 20, 2021
1 parent ec121f7 commit f4104ed
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,16 +25,16 @@ developers := List(

publishTo := sonatypePublishToBundle.value

val zioAwsVersion = "3.16.37.1"
val zioAwsVersion = "3.17.100.3"

libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "1.0.9",
"dev.zio" %% "zio-streams" % "1.0.9",
"dev.zio" %% "zio" % "1.0.13",
"dev.zio" %% "zio-streams" % "1.0.13",
"io.github.vigoo" %% "zio-aws-sqs" % zioAwsVersion,
"io.github.vigoo" %% "zio-aws-netty" % zioAwsVersion,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.5.0",
"dev.zio" %% "zio-test" % "1.0.9" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.9" % "test",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0",
"dev.zio" %% "zio-test" % "1.0.13" % "test",
"dev.zio" %% "zio-test-sbt" % "1.0.13" % "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 f4104ed

Please sign in to comment.