Skip to content

Commit

Permalink
Merge pull request #389 from evenfurther/renovate/akka
Browse files Browse the repository at this point in the history
Update akka to v2.8.7
  • Loading branch information
renovate[bot] authored Oct 2, 2024
2 parents 4b6cfb1 + 9ed2b89 commit 1aef1c5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ scalaVersion := "2.13.15"
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")

libraryDependencies ++= Seq(
"com.typesafe.akka" %% "akka-actor" % "2.8.6",
"com.typesafe.akka" %% "akka-stream" % "2.8.6",
"com.typesafe.akka" %% "akka-actor-typed" % "2.8.6",
"com.typesafe.akka" %% "akka-actor" % "2.8.7",
"com.typesafe.akka" %% "akka-stream" % "2.8.7",
"com.typesafe.akka" %% "akka-actor-typed" % "2.8.7",
"com.typesafe.akka" %% "akka-http" % "10.5.3",
"de.heikoseeberger" %% "akka-http-play-json" % "1.39.2",
"org.apache.pdfbox" % "pdfbox" % "3.0.3",
Expand All @@ -22,7 +22,7 @@ libraryDependencies ++= Seq(
"org.specs2" %% "specs2-core" % "4.20.8" % "test",
"com.google.zxing" % "core" % "3.5.3" % "test",
"com.google.zxing" % "javase" % "3.5.3" % "test",
"com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.8.6" % Test,
"com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.8.7" % Test,
"biz.enef" %% "slogging" % "0.6.2"
)

Expand Down

0 comments on commit 1aef1c5

Please sign in to comment.