We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8075ca6 commit f568bc4Copy full SHA for f568bc4
build.sbt
@@ -26,9 +26,9 @@ lazy val app = project
26
"org.reactivemongo" %% "reactivemongo-akkastream" % "1.1.0-RC13",
27
"org.lichess" %% "scalalib-core" % "11.2.9",
28
"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",
+ "com.typesafe.akka" %% "akka-actor" % "2.6.21",
+ "com.typesafe.akka" %% "akka-stream" % "2.6.21",
+ "com.typesafe.akka" %% "akka-slf4j" % "2.6.21",
32
"org.playframework" %% "play-json" % "3.0.4",
33
"org.lichess" %% "compression" % "1.10",
34
"org.slf4j" % "slf4j-nop" % "1.7.36"
0 commit comments