Skip to content

Commit

Permalink
v2.6.6 release
Browse files Browse the repository at this point in the history
  • Loading branch information
doriordan committed Oct 20, 2022
1 parent e661a7c commit ad7ab60
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 @@ -64,7 +64,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.6.5`, skuber._, skuber.json.format._
import $ivy.`io.skuber::skuber:2.6.6`, skuber._, skuber.json.format._
```

### Interactive with sbt
Expand Down Expand Up @@ -117,7 +117,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.skuber" %% "skuber" % "2.6.5"
libraryDependencies += "io.skuber" %% "skuber" % "2.6.6"
```

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 build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ scalacOptions += "-target:jvm-1.8"

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

ThisBuild / version := "2.6.6-rc0"
ThisBuild / version := "2.6.6"

sonatypeProfileName := "io.skuber"

Expand Down

0 comments on commit ad7ab60

Please sign in to comment.