Skip to content

Commit c170272

Browse files
committed
MavenCentral badge
1 parent 6b24f98 commit c170272

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

README.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ docker-it-scala
22
=============
33

44
[![Build Status](https://travis-ci.org/whisklabs/docker-it-scala.svg?branch=master)](https://travis-ci.org/whisklabs/docker-it-scala)
5+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.whisk/docker-testkit-core_2.12/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.whisk/docker-testkit-core_2.12)
56
[![Join the chat at https://gitter.im/whisklabs/docker-it-scala](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/whisklabs/docker-it-scala?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
67

78
Set of utility classes to make integration testing with dockerised services in Scala easy.
@@ -22,16 +23,16 @@ There are separate artifacts available for these libraries:
2223

2324
```scala
2425
libraryDependencies ++= Seq(
25-
"com.whisk" %% "docker-testkit-scalatest" % "0.9.0" % "test",
26-
"com.whisk" %% "docker-testkit-impl-spotify" % "0.9.0" % "test")
26+
"com.whisk" %% "docker-testkit-scalatest" % "0.9.4" % "test",
27+
"com.whisk" %% "docker-testkit-impl-spotify" % "0.9.4" % "test")
2728
```
2829

2930
**docker-java**
3031

3132
```scala
3233
libraryDependencies ++= Seq(
33-
"com.whisk" %% "docker-testkit-scalatest" % "0.9.0" % "test",
34-
"com.whisk" %% "docker-testkit-impl-docker-java" % "0.9.0" % "test")
34+
"com.whisk" %% "docker-testkit-scalatest" % "0.9.4" % "test",
35+
"com.whisk" %% "docker-testkit-impl-docker-java" % "0.9.4" % "test")
3536
```
3637

3738
You don't necessarily have to use `scalatest` dependency as demonstrated above.

0 commit comments

Comments
 (0)