Skip to content

Commit

Permalink
v2.0.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
doriordan committed Sep 28, 2018
1 parent 7d1fbe7 commit cdd309c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Provides you with a configured client on startup. It is handy to use this for qu
> Just handy shortcut to import skuber inside ammonite-repl:
```scala
import $ivy.`io.skuber::skuber:2.0.10`, skuber._, skuber.json.format._
import $ivy.`io.skuber::skuber:2.0.11`, skuber._, skuber.json.format._
```

### Interactive with sbt
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ scalacOptions += "-target:jvm-1.8"

scalacOptions in Test ++= Seq("-Yrangepos")

version in ThisBuild := "2.0.10"
version in ThisBuild := "2.0.11"

sonatypeProfileName := "io.skuber"

Expand Down

0 comments on commit cdd309c

Please sign in to comment.