Skip to content

Commit

Permalink
Update dependency dev.zio:zio to v2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Aug 18, 2022
1 parent 997c1bf commit ee86b53
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 @@ -22,15 +22,15 @@ lazy val commons: Project = (project in file("commons"))
.settings(
name := "commons",
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.0"
"dev.zio" %% "zio" % "2.0.1"
)
)
lazy val beaches: Project = (project in file("beaches"))
.settings(commonSettings: _*)
.settings(
name := "beaches",
libraryDependencies ++= Seq(
"dev.zio" %% "zio" % "2.0.0",
"dev.zio" %% "zio" % "2.0.1",
"com.softwaremill.sttp.client3" %% "zio" % "3.7.4",
"dev.zio" %% "zio-json" % "0.3.0-RC10"
)
Expand Down

0 comments on commit ee86b53

Please sign in to comment.