File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -260,12 +260,12 @@ lazy val scala_libraries_2 = (project in file("scala-libraries-2"))
260
260
" io.monix" %% " monix" % monixVersion
261
261
),
262
262
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 "
266
266
),
267
267
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 ,
269
269
" org.scalatest" %% " scalatest" % " 3.1.4" % Test ,
270
270
" org.scalacheck" %% " scalacheck" % " 1.14.1" % Test ,
271
271
" com.lihaoyi" %% " requests" % " 0.6.9"
You can’t perform that action at this time.
0 commit comments