@@ -4,9 +4,9 @@ lazy val redisClient = (project in file(".")).settings(coreSettings : _*)
44
55lazy val commonSettings : Seq [Setting [_]] = Seq (
66 organization := " net.debasishg" ,
7- version := " 3.8 " ,
8- scalaVersion := " 2.12.6 " ,
9- crossScalaVersions := Seq (" 2.12.7 " , " 2. 11.12" , " 2.10.7" , " 2.13.0-M5" ),
7+ version := " 3.9 " ,
8+ scalaVersion := " 2.12.8 " ,
9+ crossScalaVersions := Seq (" 2.11.12" , " 2.10.7" , " 2.13.0-M5" ),
1010
1111 scalacOptions in Compile ++= Seq ( " -unchecked" , " -feature" , " -language:postfixOps" , " -deprecation" ),
1212
@@ -18,12 +18,12 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
1818lazy val coreSettings = commonSettings ++ Seq (
1919 name := " RedisClient" ,
2020 libraryDependencies ++= Seq (
21- " commons-pool " % " commons-pool " % " 2.6.0" ,
22- " org.slf4j" % " slf4j-api" % " 1.7.25" ,
23- " org.slf4j" % " slf4j-log4j12" % " 1.7.25" % " provided" ,
24- " log4j" % " log4j" % " 1.2.17" % " provided" ,
25- " junit" % " junit" % " 4.12" % " test" ,
26- " org.scalatest" %% " scalatest" % " 3.0.6-SNAP3" % " test" ),
21+ " org.apache. commons" % " commons-pool2 " % " 2.6.0" ,
22+ " org.slf4j" % " slf4j-api" % " 1.7.25" ,
23+ " org.slf4j" % " slf4j-log4j12" % " 1.7.25" % " provided" ,
24+ " log4j" % " log4j" % " 1.2.17" % " provided" ,
25+ " junit" % " junit" % " 4.12" % " test" ,
26+ " org.scalatest" %% " scalatest" % " 3.0.6-SNAP3" % " test" ),
2727
2828 parallelExecution in Test := false ,
2929 publishTo := version { (v : String ) =>
0 commit comments