Skip to content

Commit

Permalink
v2.7.4
Browse files Browse the repository at this point in the history
  • Loading branch information
hagay3 committed Jan 14, 2022
1 parent 3345172 commit 99d1a5b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,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.github.hagay3::skuber:2.7.3`, skuber._, skuber.json.format._
import $ivy.`io.github.hagay3::skuber:2.7.4`, skuber._, skuber.json.format._
```

### Interactive with sbt
Expand Down Expand Up @@ -120,7 +120,7 @@ To get minikube follow the instructions [here](https://github.com/kubernetes/min
You can use the latest release (for 2.12 or 2.13) by adding to your build:
```sbt
libraryDependencies += "io.github.hagay3" %% "skuber" % "2.7.3"
libraryDependencies += "io.github.hagay3" %% "skuber" % "2.7.4"
```
Meanwhile users of skuber v1 can continue to use the final v1.x release, which is available only on Scala 2.11:
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "2.7.3"
ThisBuild / version := "2.7.4"

0 comments on commit 99d1a5b

Please sign in to comment.