Skip to content

Commit

Permalink
Merge pull request #129 from scala-steward/update/akka-stream-2.6.18
Browse files Browse the repository at this point in the history
Update akka-stream to 2.6.18
  • Loading branch information
mergify[bot] authored Dec 20, 2021
2 parents d1afc7a + 3e40f29 commit b6ce954
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ lazy val akka = (projectMatrix in file("akka"))
.jvmPlatform(
scalaVersions = List(scala2_12, scala2_13),
settings = commonJvmSettings ++ Seq(
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.17" % "provided"
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18" % "provided"
)
)
.dependsOn(core)
Expand Down

0 comments on commit b6ce954

Please sign in to comment.