diff --git a/README.md b/README.md index e205fd40..fb181229 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/build.sbt b/build.sbt index 3db4ba83..ea095c0a 100644 --- a/build.sbt +++ b/build.sbt @@ -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"