Skip to content

Commit

Permalink
bump: drop value dependency
Browse files Browse the repository at this point in the history
* Manual override no longer needed (since Scala 3.2)

---------

Co-authored-by: Johan Andrén <[email protected]>
  • Loading branch information
scala-steward and johanandren authored Jan 18, 2024
1 parent 8a82751 commit 8a64628
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ object Dependencies {
"com.typesafe.akka" %% "akka-actor" % AkkaVersion,
"com.typesafe.akka" %% "akka-discovery" % AkkaVersion,
"com.orbitz.consul" % "consul-client" % "1.5.3",
"org.immutables" % "value" % "2.9.3" % Provided, // workaround for https://github.com/lampepfl/dotty/issues/13523
"com.pszymczyk.consul" % "embedded-consul" % "2.2.1" % Test,
"org.scalatest" %% "scalatest" % ScalaTestVersion % Test,
"com.typesafe.akka" %% "akka-testkit" % AkkaVersion % Test,
Expand Down

0 comments on commit 8a64628

Please sign in to comment.