Skip to content

Commit

Permalink
Update akka-stream to 2.6.19 (#240)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Apr 5, 2022
1 parent 9453e46 commit 3742d11
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 @@ -70,7 +70,7 @@ lazy val akka = (project in file("akka"))
.settings(commonSettings:_*)
.settings(
name := "gfc-aws-kinesis-akka",
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.18")
libraryDependencies += "com.typesafe.akka" %% "akka-stream" % "2.6.19")
.dependsOn(client)

lazy val root = (project in file("."))
Expand Down

0 comments on commit 3742d11

Please sign in to comment.