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

Commit

Permalink
Merge commit 'refs/pull/108/head' of github.com:evenfurther/octopush-…
Browse files Browse the repository at this point in the history
…akka into merge-all
  • Loading branch information
samueltardieu committed Aug 24, 2024
2 parents a563ec8 + 17c588c commit dbed8a6
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.5.0",
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 dbed8a6

Please sign in to comment.