Skip to content

Commit

Permalink
switch to org.kiwiproject:consul-client
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Aug 28, 2024
1 parent f752c0b commit 37b2267
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ object Dependencies {
val discoveryConsul = Seq(
"org.apache.pekko" %% "pekko-actor" % pekkoVersion,
"org.apache.pekko" %% "pekko-discovery" % pekkoVersion,
"com.orbitz.consul" % "consul-client" % "1.5.3",
"org.kiwiproject" % "consul-client" % "0.6.0",
"com.pszymczyk.consul" % "embedded-consul" % "2.2.1" % Test,
"org.scalatest" %% "scalatest" % scalaTestVersion % Test,
"org.apache.pekko" %% "pekko-testkit" % pekkoVersion % Test,
Expand Down

0 comments on commit 37b2267

Please sign in to comment.