Skip to content

Commit

Permalink
Update akka to 2.6.19 (#111)
Browse files Browse the repository at this point in the history
  • Loading branch information
bcarter97 authored May 3, 2022
1 parent 2b05cfa commit ea336f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
}

object Akka {
private val version = "2.6.18"
private val version = "2.6.19"
val stream = "com.typesafe.akka" %% "akka-stream" % version
val streamKafka = "com.typesafe.akka" %% "akka-stream-kafka" % "2.1.1"
val streamTestkit = "com.typesafe.akka" %% "akka-stream-testkit" % version % Test
Expand Down

0 comments on commit ea336f5

Please sign in to comment.