File tree 2 files changed +7
-5
lines changed
2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change @@ -23,16 +23,16 @@ There are separate artifacts available for these libraries:
23
23
24
24
``` scala
25
25
libraryDependencies ++= Seq (
26
- " com.whisk" %% " docker-testkit-scalatest" % " 0.9.4 " % " test" ,
27
- " com.whisk" %% " docker-testkit-impl-spotify" % " 0.9.4 " % " test" )
26
+ " com.whisk" %% " docker-testkit-scalatest" % " 0.9.5 " % " test" ,
27
+ " com.whisk" %% " docker-testkit-impl-spotify" % " 0.9.5 " % " test" )
28
28
```
29
29
30
30
** docker-java**
31
31
32
32
``` scala
33
33
libraryDependencies ++= Seq (
34
- " com.whisk" %% " docker-testkit-scalatest" % " 0.9.4 " % " test" ,
35
- " com.whisk" %% " docker-testkit-impl-docker-java" % " 0.9.4 " % " test" )
34
+ " com.whisk" %% " docker-testkit-scalatest" % " 0.9.5 " % " test" ,
35
+ " com.whisk" %% " docker-testkit-impl-docker-java" % " 0.9.5 " % " test" )
36
36
```
37
37
38
38
You don't necessarily have to use ` scalatest ` dependency as demonstrated above.
Original file line number Diff line number Diff line change 1
1
lazy val commonSettings = Seq (
2
2
organization := " com.whisk" ,
3
- version := " 0.9.4 " ,
3
+ version := " 0.9.5 " ,
4
4
scalaVersion := " 2.12.3" ,
5
5
crossScalaVersions := Seq (" 2.12.3" , " 2.11.11" , " 2.10.6" ),
6
6
scalacOptions ++= Seq (" -feature" , " -deprecation" ),
7
7
fork in Test := true ,
8
8
licenses += (" MIT" , url(" http://opensource.org/licenses/MIT" )),
9
9
sonatypeProfileName := " com.whisk" ,
10
+ publishMavenStyle := true ,
11
+ publishTo := Some (Opts .resolver.sonatypeStaging),
10
12
pomExtra in Global := {
11
13
<url >https:// github.com/ whisklabs/ docker- it- scala</url >
12
14
<scm >
You can’t perform that action at this time.
0 commit comments