Skip to content

Commit

Permalink
Update dependency dev.zio:zio to v2.0.10 (#148)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Mar 25, 2023
1 parent 5429495 commit fc9f5cb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ addSbtPlugin("org.portable-scala" % "sbt-platform-deps" % "1.0.1")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.4")

libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.5"
libraryDependencies += "dev.zio" %% "zio" % "2.0.9"
libraryDependencies += "dev.zio" %% "zio" % "2.0.10"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
2 changes: 1 addition & 1 deletion zio-sbt-ci/build.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libraryDependencies += "dev.zio" %% "zio" % "2.0.9"
libraryDependencies += "dev.zio" %% "zio" % "2.0.10"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
2 changes: 1 addition & 1 deletion zio-sbt-ecosystem/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@ addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")

libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.5"
libraryDependencies += "dev.zio" %% "zio" % "2.0.9"
libraryDependencies += "dev.zio" %% "zio" % "2.0.10"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
2 changes: 1 addition & 1 deletion zio-sbt-githubactions/build.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libraryDependencies += "dev.zio" %% "zio" % "2.0.9"
libraryDependencies += "dev.zio" %% "zio" % "2.0.10"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
2 changes: 1 addition & 1 deletion zio-sbt-website/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.7")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")

libraryDependencies += "dev.zio" %% "zio" % "2.0.9"
libraryDependencies += "dev.zio" %% "zio" % "2.0.10"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"

0 comments on commit fc9f5cb

Please sign in to comment.