Skip to content

Commit 919922e

Browse files
committed
Release v2.5.0
1 parent 176f5ca commit 919922e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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
119119
You 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
125125
Meanwhile users of skuber v1 can continue to use the final v1.x release, which is available only on Scala 2.11:

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ scalacOptions += "-target:jvm-1.8"
3131

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

34-
version in ThisBuild := "2.4.1-SNAPSHOT"
34+
version in ThisBuild := "2.5.0"
3535

3636
sonatypeProfileName := "io.skuber"
3737

0 commit comments

Comments
 (0)