File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,8 +5,8 @@ libraryDependencies ++= {
55 Nil
66 } else {
77 Seq (
8- " com.typesafe.akka" %% " akka-actor" % " 2.5.23 " % Test ,
9- " com.typesafe.akka" %% " akka-stream" % " 2.5.23 " % Test ,
8+ " com.typesafe.akka" %% " akka-actor" % " 2.5.24 " % Test ,
9+ " com.typesafe.akka" %% " akka-stream" % " 2.5.24 " % Test ,
1010 " com.typesafe.akka" %% " akka-http" % " 10.1.9" % Test
1111 )
1212 }
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ libraryDependencies ++= {
1313 " com.thoughtworks.dsl" %% " domains-cats" % " 1.4.0" % Optional ,
1414 " org.scala-lang.plugins" %% " scala-continuations-library" % " 1.0.3" % Optional ,
1515 " org.scala-lang.modules" %% " scala-async" % " 0.9.7" % Optional ,
16- " com.typesafe.akka" %% " akka-actor" % " 2.5.23 " % Optional ,
16+ " com.typesafe.akka" %% " akka-actor" % " 2.5.24 " % Optional ,
1717 " com.twitter" %% " algebird-core" % " 0.13.4" % Optional ,
1818 " com.thoughtworks.binding" %% " binding" % " 11.0.1" % Optional ,
1919 " org.scala-lang.modules" %% " scala-parser-combinators" % " 1.1.2" % Optional ,
2020 " org.scalacheck" %% " scalacheck" % " 1.14.0" % Optional ,
2121 " com.thoughtworks.each" %% " each" % " 3.3.1" % Optional ,
2222 " com.lihaoyi" %% " sourcecode" % " 0.1.7" % Optional ,
2323 " io.monix" %% " monix" % " 2.3.3" % Optional ,
24- " com.typesafe.akka" %% " akka-stream" % " 2.5.23 " % Optional ,
24+ " com.typesafe.akka" %% " akka-stream" % " 2.5.24 " % Optional ,
2525 " com.typesafe.akka" %% " akka-http" % " 10.1.9" % Optional
2626 )
2727 }
You can’t perform that action at this time.
0 commit comments