Skip to content

Commit

Permalink
fix(castor): use released version of prism-node client
Browse files Browse the repository at this point in the history
  • Loading branch information
Pat Losoponkul committed Mar 29, 2023
1 parent d005a30 commit eae4a68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion castor/lib/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {
val zio = "2.0.4"
val doobie = "1.0.0-RC2"
val zioCatsInterop = "3.3.0"
val prismNodeClient = "0.1.0-SNAPSHOT"
val prismNodeClient = "0.4.0"
val prismSdk = "v1.4.1" // scala-steward:off
val shared = "0.3.0"
val flyway = "9.8.3"
Expand Down

0 comments on commit eae4a68

Please sign in to comment.