File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ def dependencies(scalaVersion: String): Seq[ModuleID] =
6262 " 2" -> (" org.scala-lang" % " scala-reflect" % scalaVersion % Provided ),
6363 " 2" -> (" com.chuusai" %% " shapeless" % " 2.3.4" % Test ), // For shapeless based Reader/Scanner in tests
6464 " *" -> (" org.scalatest" %% " scalatest" % " 3.2.15" % Test ),
65- " *" -> (" commons-io" % " commons-io" % " 2.11 .0" % Test ),
65+ " *" -> (" commons-io" % " commons-io" % " 2.21 .0" % Test ),
6666 " *" -> (" fastjavaio" % " fastjavaio" % " 1.0" from " https://github.com/williamfiset/FastJavaIO/releases/download/v1.0/fastjavaio.jar" ) % Test , // Benchmarks
6767 " *" -> (" com.typesafe.akka" %% " akka-actor" % (if (scalaVersion.startsWith(" 2.11" )) " 2.5.32" else " 2.7.0" ) % Test )
6868 ).collect({ case (v, lib) if v == " *" || scalaVersion.startsWith(v) => lib })
You can’t perform that action at this time.
0 commit comments