File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,6 @@ import Ordering.Implicits._
22
33libraryDependencies += " com.typesafe.akka" %% " akka-http" % " 10.2.9" % Test cross CrossVersion .for3Use2_13
44
5- libraryDependencies += " com.typesafe.akka" %% " akka-actor-typed" % " 2.6.19 " % Test cross CrossVersion .for3Use2_13
5+ libraryDependencies += " com.typesafe.akka" %% " akka-actor-typed" % " 2.6.20 " % Test cross CrossVersion .for3Use2_13
66
7- libraryDependencies += " com.typesafe.akka" %% " akka-stream" % " 2.6.19 " % Test cross CrossVersion .for3Use2_13
7+ libraryDependencies += " com.typesafe.akka" %% " akka-stream" % " 2.6.20 " % Test cross CrossVersion .for3Use2_13
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ libraryDependencies += "org.scalacheck" %% "scalacheck" % "1.15.4" % Optional
1414libraryDependencies += " com.lihaoyi" %% " sourcecode" % " 0.3.0" % Optional
1515libraryDependencies += " io.monix" %% " monix" % " 3.4.0" % Optional
1616libraryDependencies += " com.typesafe.akka" %% " akka-http" % " 10.2.9" % Optional cross CrossVersion .for3Use2_13
17- libraryDependencies += " com.typesafe.akka" %% " akka-stream" % " 2.6.19 " % Optional cross CrossVersion .for3Use2_13 intransitive ()
17+ libraryDependencies += " com.typesafe.akka" %% " akka-stream" % " 2.6.20 " % Optional cross CrossVersion .for3Use2_13 intransitive ()
1818
1919import Ordering .Implicits ._
2020sourceGenerators in Test := {
Original file line number Diff line number Diff line change 11libraryDependencies += " com.typesafe.akka" %% " akka-http" % " 10.2.9" % Test cross CrossVersion .for3Use2_13
22
3- libraryDependencies += " com.typesafe.akka" %% " akka-actor-typed" % " 2.6.19 " % Test cross CrossVersion .for3Use2_13
3+ libraryDependencies += " com.typesafe.akka" %% " akka-actor-typed" % " 2.6.20 " % Test cross CrossVersion .for3Use2_13
44
5- libraryDependencies += " com.typesafe.akka" %% " akka-stream" % " 2.6.19 " % Test cross CrossVersion .for3Use2_13
5+ libraryDependencies += " com.typesafe.akka" %% " akka-stream" % " 2.6.20 " % Test cross CrossVersion .for3Use2_13
66
77libraryDependencies += " org.scalatest" %%% " scalatest" % " 3.2.12" % Test
88
You can’t perform that action at this time.
0 commit comments