File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -24,11 +24,11 @@ def dockerTestKit(version: String): Seq[ModuleID] = {
2424lazy val coreSettings = commonSettings ++ Seq (
2525 name := " RedisClient" ,
2626 libraryDependencies ++= Seq (
27- " org.apache.commons" % " commons-pool2" % " 2.7 .0" ,
28- " org.slf4j" % " slf4j-api" % " 1.7.28 " ,
29- " org.slf4j" % " slf4j-log4j12" % " 1.7.28 " % " provided" ,
27+ " org.apache.commons" % " commons-pool2" % " 2.8 .0" ,
28+ " org.slf4j" % " slf4j-api" % " 1.7.29 " ,
29+ " org.slf4j" % " slf4j-log4j12" % " 1.7.29 " % " provided" ,
3030 " log4j" % " log4j" % " 1.2.17" % " provided" ,
31- " org.scalatest" %% " scalatest" % " 3.0.8 " % " test"
31+ " org.scalatest" %% " scalatest" % " 3.1.0 " % " test"
3232 ) ++
3333 (scalaBinaryVersion.value match {
3434 case " 2.10" => dockerTestKit(" 0.9.8" )
Original file line number Diff line number Diff line change 1- sbt.version =1.3.2
1+ sbt.version =1.3.4
Original file line number Diff line number Diff line change 1- addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.7 " )
1+ addSbtPlugin(" org.xerial.sbt" % " sbt-sonatype" % " 3.8.1 " )
22
33addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.1.2" )
You can’t perform that action at this time.
0 commit comments