Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Update akka to v2.8.6
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 27, 2024
1 parent 75b4a8a commit 17c588c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ lazy val octopushAkka = project
scalaVersion := "3.4.1",
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature"),
libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.8.5",
"com.typesafe.akka" %% "akka-stream" % "2.8.5",
"com.typesafe.akka" %% "akka-stream-testkit" % "2.8.5" % "test",
"com.typesafe.akka" %% "akka-actor" % "2.8.6",
"com.typesafe.akka" %% "akka-stream" % "2.8.6",
"com.typesafe.akka" %% "akka-stream-testkit" % "2.8.6" % "test",
"com.typesafe.akka" %% "akka-http-core" % "10.5.3",
"com.typesafe.akka" %% "akka-http-xml" % "10.5.3",
"com.iheart" %% "ficus" % "1.5.2",
Expand Down

0 comments on commit 17c588c

Please sign in to comment.