Skip to content

Commit

Permalink
chore: update mercury dependency to 0.21.0 (#458)
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
  • Loading branch information
yshyn-iohk committed Mar 21, 2023
1 parent 4736c7f commit 979b609
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion connect/lib/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
val doobie = "1.0.0-RC2"
val zioCatsInterop = "3.3.0"
val iris = "0.1.0"
val mercury = "0.20.0"
val mercury = "0.21.0"
val flyway = "9.8.3"
val shared = "0.2.0"
val testContainersScalaPostgresql = "0.40.11"
Expand Down
2 changes: 1 addition & 1 deletion pollux/lib/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ object Dependencies {
val prismSdk = "v1.4.1" // scala-steward:off
val iris = "0.1.0"
val shared = "0.2.0"
val mercury = "0.20.0"
val mercury = "0.21.0"
val castor = "0.8.1"
val flyway = "9.8.3"
val testContainersScalaPostgresql = "0.40.11"
Expand Down

0 comments on commit 979b609

Please sign in to comment.