11lazy val commonSettings = Seq (
22 organization := " com.whisk" ,
3- version := " 0.9.8 " ,
4- scalaVersion := " 2.12.3 " ,
5- crossScalaVersions := Seq (" 2.12.3 " , " 2.11.11 " , " 2.10.6 " ),
3+ version := " 0.9.9 " ,
4+ scalaVersion := " 2.13.0 " ,
5+ crossScalaVersions := Seq (" 2.13.0 " , " 2.12.8 " , " 2.11.12 " ),
66 scalacOptions ++= Seq (" -feature" , " -deprecation" ),
77 fork in Test := true ,
88 licenses += (" MIT" , url(" http://opensource.org/licenses/MIT" )),
@@ -90,7 +90,7 @@ lazy val scalatest =
9090 .settings(
9191 name := " docker-testkit-scalatest" ,
9292 libraryDependencies ++=
93- Seq (" org.scalatest" %% " scalatest" % " 3.0.4 " ,
93+ Seq (" org.scalatest" %% " scalatest" % " 3.0.8 " ,
9494 " ch.qos.logback" % " logback-classic" % " 1.2.1" % " test" ,
9595 " org.postgresql" % " postgresql" % " 9.4.1210" % " test" )
9696 )
@@ -102,7 +102,7 @@ lazy val specs2 =
102102 .settings(
103103 name := " docker-testkit-specs2" ,
104104 libraryDependencies ++=
105- Seq (" org.specs2" %% " specs2-core" % " 3.8.6 " ,
105+ Seq (" org.specs2" %% " specs2-core" % " 4.5.1 " ,
106106 " ch.qos.logback" % " logback-classic" % " 1.2.1" % " test" ,
107107 " org.postgresql" % " postgresql" % " 9.4.1210" % " test" )
108108 )
@@ -115,12 +115,8 @@ lazy val config =
115115 name := " docker-testkit-config" ,
116116 libraryDependencies ++=
117117 Seq (
118- " com.iheart" %% " ficus" % " 1.4.1" ,
119- " org.scalatest" %% " scalatest" % " 3.0.4" % " test"
120- ),
121- publish := scalaVersion map {
122- case x if x.startsWith(" 2.10" ) => {}
123- case _ => publish.value
124- }
118+ " com.iheart" %% " ficus" % " 1.4.7" ,
119+ " org.scalatest" %% " scalatest" % " 3.0.8" % " test"
120+ )
125121 )
126122 .dependsOn(core, testkitDockerJavaImpl)
0 commit comments