Skip to content

Commit

Permalink
Akka Cluster Bootstrap のために akka-discovery を追加
Browse files Browse the repository at this point in the history
  • Loading branch information
kuramapommel committed Nov 28, 2024
1 parent 736978e commit 35aa1e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions sample/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ lazy val root = (project in file(".")).settings(
"com.typesafe.akka" %% "akka-cluster-sharding-typed" % akkaVersion,
"com.typesafe.akka" %% "akka-stream" % akkaVersion,
"com.typesafe.akka" %% "akka-pki" % akkaVersion,
"com.typesafe.akka" %% "akka-discovery" % akkaVersion,
"com.typesafe.akka" %% "akka-serialization-jackson" % akkaVersion,
"com.typesafe.akka" %% "akka-http" % akkaHttpVersion,
"com.typesafe.akka" %% "akka-http-spray-json" % akkaHttpVersion,
Expand Down
2 changes: 1 addition & 1 deletion sample/project/metals.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@

// This file enables sbt-bloop to create bloop config files.

addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.3")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.5")

// format: on

0 comments on commit 35aa1e4

Please sign in to comment.