diff --git a/README.md b/README.md index 0f837034..26d89743 100644 --- a/README.md +++ b/README.md @@ -75,7 +75,7 @@ You can use the latest release by adding to your build: - Scala 3.2, 2.13, 2.12 support ```sbt -libraryDependencies += "io.github.hagay3" %% "skuber" % "3.0.6" +libraryDependencies += "io.github.hagay3" %% "skuber" % "3.0.7" ``` ## Building diff --git a/docs/README.md b/docs/README.md index d531869d..c105385d 100644 --- a/docs/README.md +++ b/docs/README.md @@ -36,7 +36,7 @@ You can use the latest release by adding to your build: - Scala 3.2, 2.13, 2.12 support ```scala -libraryDependencies += "io.github.hagay3" %% "skuber" % "3.0.6" +libraryDependencies += "io.github.hagay3" %% "skuber" % "3.0.7" ``` ## Configuration diff --git a/version.sbt b/version.sbt index c6b5cb9a..bc12ad75 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -ThisBuild / version := "3.0.6" +ThisBuild / version := "3.0.7"