Skip to content

Commit 321f876

Browse files
committed
updated akka version
1 parent 99dcc4e commit 321f876

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -260,12 +260,12 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
260260
"io.monix" %% "monix" % monixVersion
261261
),
262262
dependencyOverrides := Seq(
263-
"com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.16",
264-
"com.typesafe.akka" %% "akka-stream" % "2.6.16",
265-
"com.typesafe.akka" %% "akka-serialization-jackson" % "2.6.16"
263+
"com.typesafe.akka" %% "akka-protobuf-v3" % "2.6.19",
264+
"com.typesafe.akka" %% "akka-stream" % "2.6.19",
265+
"com.typesafe.akka" %% "akka-serialization-jackson" % "2.6.19"
266266
),
267267
libraryDependencies ++= Seq(
268-
"com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.6.16" % Test,
268+
"com.typesafe.akka" %% "akka-actor-testkit-typed" % "2.6.19" % Test,
269269
"org.scalatest" %% "scalatest" % "3.1.4" % Test,
270270
"org.scalacheck" %% "scalacheck" % "1.14.1" % Test,
271271
"com.lihaoyi" %% "requests" % "0.6.9"

0 commit comments

Comments
 (0)