Skip to content

Commit

Permalink
Update akka-stream from 2.6.16 to 2.6.18 (#96)
Browse files Browse the repository at this point in the history
* update akka and akka streams

* akka-stream 2.12 compat
  • Loading branch information
bcarter97 authored Feb 28, 2022
1 parent 8219c2f commit 98fe20b
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 @@ -3,7 +3,7 @@ import sbt._
object Dependencies {

object Akka {
private val version = "2.6.16"
private val version = "2.6.18"
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 98fe20b

Please sign in to comment.