@@ -4,9 +4,9 @@ lazy val redisClient = (project in file(".")).settings(coreSettings : _*)
4
4
5
5
lazy val commonSettings : Seq [Setting [_]] = Seq (
6
6
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" ),
10
10
11
11
scalacOptions in Compile ++= Seq ( " -unchecked" , " -feature" , " -language:postfixOps" , " -deprecation" ),
12
12
@@ -18,12 +18,12 @@ lazy val commonSettings: Seq[Setting[_]] = Seq(
18
18
lazy val coreSettings = commonSettings ++ Seq (
19
19
name := " RedisClient" ,
20
20
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" ),
27
27
28
28
parallelExecution in Test := false ,
29
29
publishTo := version { (v : String ) =>
0 commit comments