Skip to content

Commit

Permalink
fix: update mercury to 0.21.0
Browse files Browse the repository at this point in the history
* chore: update mercury dependency to 0.21.0

* chore: update mercury dependency to 0.21.0

* fix(connect): update mercury dependency to 0.21.0 (synthetic commit)

* fix(pollux): update mercury dependency to 0.21.0 (synthetic commit)
  • Loading branch information
yshyn-iohk committed Mar 21, 2023
1 parent 979b609 commit 8d42fb1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions connect/lib/project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import sbt._

object Dependencies {

object Versions {
val zio = "2.0.4"
val doobie = "1.0.0-RC2"
Expand Down
1 change: 1 addition & 0 deletions pollux/lib/project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import sbt._

object Dependencies {

object Versions {
val zio = "2.0.4"
val zioJson = "0.4.2"
Expand Down

0 comments on commit 8d42fb1

Please sign in to comment.