Skip to content

Commit f568bc4

Browse files
committed
akka 2.6.21
1 parent 8075ca6 commit f568bc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

+3-3
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,9 @@ lazy val app = project
2626
"org.reactivemongo" %% "reactivemongo-akkastream" % "1.1.0-RC13",
2727
"org.lichess" %% "scalalib-core" % "11.2.9",
2828
"org.lichess" %% "scalachess" % "16.3.0",
29-
"com.typesafe.akka" %% "akka-actor" % "2.6.20",
30-
"com.typesafe.akka" %% "akka-stream" % "2.6.20",
31-
"com.typesafe.akka" %% "akka-slf4j" % "2.6.20",
29+
"com.typesafe.akka" %% "akka-actor" % "2.6.21",
30+
"com.typesafe.akka" %% "akka-stream" % "2.6.21",
31+
"com.typesafe.akka" %% "akka-slf4j" % "2.6.21",
3232
"org.playframework" %% "play-json" % "3.0.4",
3333
"org.lichess" %% "compression" % "1.10",
3434
"org.slf4j" % "slf4j-nop" % "1.7.36"

0 commit comments

Comments
 (0)