Skip to content

Commit 554f72d

Browse files
author
Ildar Kapkaev
committed
add release notes
1 parent 868ef98 commit 554f72d

File tree

3 files changed

+14
-5
lines changed

3 files changed

+14
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,16 +23,16 @@ There are separate artifacts available for these libraries:
2323

2424
```scala
2525
libraryDependencies ++= Seq(
26-
"com.whisk" %% "docker-testkit-scalatest" % "0.9.8" % "test",
27-
"com.whisk" %% "docker-testkit-impl-spotify" % "0.9.8" % "test")
26+
"com.whisk" %% "docker-testkit-scalatest" % "0.9.9" % "test",
27+
"com.whisk" %% "docker-testkit-impl-spotify" % "0.9.9" % "test")
2828
```
2929

3030
**docker-java**
3131

3232
```scala
3333
libraryDependencies ++= Seq(
34-
"com.whisk" %% "docker-testkit-scalatest" % "0.9.8" % "test",
35-
"com.whisk" %% "docker-testkit-impl-docker-java" % "0.9.8" % "test")
34+
"com.whisk" %% "docker-testkit-scalatest" % "0.9.9" % "test",
35+
"com.whisk" %% "docker-testkit-impl-docker-java" % "0.9.9" % "test")
3636
```
3737

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

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
lazy val commonSettings = Seq(
22
organization := "com.whisk",
3-
version := "0.9.8",
3+
version := "0.9.9",
44
scalaVersion := "2.13.0",
55
crossScalaVersions := Seq("2.13.0", "2.12.3", "2.11.11"),
66
scalacOptions ++= Seq("-feature", "-deprecation"),

notes/0.9.9.markdown

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
#scala #docker #integration-testing
2+
3+
## Highlights
4+
5+
* add cross-compilation for scala [2.13.0](https://github.com/scala/scala/releases/tag/v2.13.0)
6+
* updated [sbt](https://github.com/sbt/sbt) to 1.2.8
7+
* updated [scalatest](https://github.com/scalatest/scalatest) to 3.0.8
8+
* updated [specs2-core](https://github.com/etorreborre/specs2) to 4.5.1
9+
* updated [ficus](https://github.com/iheartradio/ficus) to 1.4.7

0 commit comments

Comments
 (0)