Skip to content

Commit

Permalink
bump: value 2.10.0 (was 2.9.3)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Nov 6, 2023
1 parent e063891 commit 44c8210
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 @@ -39,7 +39,7 @@ 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
"org.immutables" % "value" % "2.10.0" % 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 44c8210

Please sign in to comment.