File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -66,7 +66,7 @@ Provides you with a configured client on startup. It is handy to use this for qu
6666 > Just handy shortcut to import skuber inside ammonite-repl:
6767
6868 ``` scala
69- import $ivy .`io.skuber::skuber:2.4 .0` , skuber ._ , skuber .json .format ._
69+ import $ivy .`io.skuber::skuber:2.5 .0` , skuber ._ , skuber .json .format ._
7070 ```
7171
7272### Interactive with sbt
@@ -119,7 +119,7 @@ To get minikube follow the instructions [here](https://github.com/kubernetes/min
119119You can use the latest release (for Scala 2.11, 2.12 or 2.13) by adding to your build:
120120
121121` ` ` sbt
122- libraryDependencies += " io.skuber" %% " skuber" % " 2.4 .0"
122+ libraryDependencies += " io.skuber" %% " skuber" % " 2.5 .0"
123123` ` `
124124
125125Meanwhile users of skuber v1 can continue to use the final v1.x release, which is available only on Scala 2.11:
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ scalacOptions += "-target:jvm-1.8"
3131
3232scalacOptions in Test ++= Seq (" -Yrangepos" )
3333
34- version in ThisBuild := " 2.4.1-SNAPSHOT "
34+ version in ThisBuild := " 2.5.0 "
3535
3636sonatypeProfileName := " io.skuber"
3737
You can’t perform that action at this time.
0 commit comments