Skip to content

Commit

Permalink
publishing v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
viktortnk committed Sep 10, 2017
1 parent beb5af0 commit c4a9412
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,16 +23,16 @@ There are separate artifacts available for these libraries:

```scala
libraryDependencies ++= Seq(
"com.whisk" %% "docker-testkit-scalatest" % "0.9.4" % "test",
"com.whisk" %% "docker-testkit-impl-spotify" % "0.9.4" % "test")
"com.whisk" %% "docker-testkit-scalatest" % "0.9.5" % "test",
"com.whisk" %% "docker-testkit-impl-spotify" % "0.9.5" % "test")
```

**docker-java**

```scala
libraryDependencies ++= Seq(
"com.whisk" %% "docker-testkit-scalatest" % "0.9.4" % "test",
"com.whisk" %% "docker-testkit-impl-docker-java" % "0.9.4" % "test")
"com.whisk" %% "docker-testkit-scalatest" % "0.9.5" % "test",
"com.whisk" %% "docker-testkit-impl-docker-java" % "0.9.5" % "test")
```

You don't necessarily have to use `scalatest` dependency as demonstrated above.
Expand Down
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,14 @@
lazy val commonSettings = Seq(
organization := "com.whisk",
version := "0.9.4",
version := "0.9.5",
scalaVersion := "2.12.3",
crossScalaVersions := Seq("2.12.3", "2.11.11", "2.10.6"),
scalacOptions ++= Seq("-feature", "-deprecation"),
fork in Test := true,
licenses += ("MIT", url("http://opensource.org/licenses/MIT")),
sonatypeProfileName := "com.whisk",
publishMavenStyle := true,
publishTo := Some(Opts.resolver.sonatypeStaging),
pomExtra in Global := {
<url>https://github.com/whisklabs/docker-it-scala</url>
<scm>
Expand Down

0 comments on commit c4a9412

Please sign in to comment.