diff --git a/README.md b/README.md index 53e6b69..1e0ad37 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ A small toolkit to build functional app with managed resources ```sbt -libraryDependencies += "com.github.geirolz" %% "app-toolkit-core" % "0.0.5" +libraryDependencies += "com.github.geirolz" %% "app-toolkit-core" % "0.0.6" ``` Check the full example [here](https://github.com/geirolz/app-toolkit/tree/main/example) @@ -101,15 +101,15 @@ object Main extends IOApp { ### Integrations #### pureconfig ```sbt -libraryDependencies += "com.github.geirolz" %% "app-toolkit-config-pureconfig" % "0.0.5" +libraryDependencies += "com.github.geirolz" %% "app-toolkit-config-pureconfig" % "0.0.6" ``` #### log4cats ```sbt -libraryDependencies += "com.github.geirolz" %% "app-toolkit-log4cats" % "0.0.5" +libraryDependencies += "com.github.geirolz" %% "app-toolkit-log4cats" % "0.0.6" ``` #### odin ```sbt -libraryDependencies += "com.github.geirolz" %% "app-toolkit-odin" % "0.0.5" +libraryDependencies += "com.github.geirolz" %% "app-toolkit-odin" % "0.0.6" ``` \ No newline at end of file diff --git a/docs/compiled/README.md b/docs/compiled/README.md index 53e6b69..1e0ad37 100644 --- a/docs/compiled/README.md +++ b/docs/compiled/README.md @@ -10,7 +10,7 @@ A small toolkit to build functional app with managed resources ```sbt -libraryDependencies += "com.github.geirolz" %% "app-toolkit-core" % "0.0.5" +libraryDependencies += "com.github.geirolz" %% "app-toolkit-core" % "0.0.6" ``` Check the full example [here](https://github.com/geirolz/app-toolkit/tree/main/example) @@ -101,15 +101,15 @@ object Main extends IOApp { ### Integrations #### pureconfig ```sbt -libraryDependencies += "com.github.geirolz" %% "app-toolkit-config-pureconfig" % "0.0.5" +libraryDependencies += "com.github.geirolz" %% "app-toolkit-config-pureconfig" % "0.0.6" ``` #### log4cats ```sbt -libraryDependencies += "com.github.geirolz" %% "app-toolkit-log4cats" % "0.0.5" +libraryDependencies += "com.github.geirolz" %% "app-toolkit-log4cats" % "0.0.6" ``` #### odin ```sbt -libraryDependencies += "com.github.geirolz" %% "app-toolkit-odin" % "0.0.5" +libraryDependencies += "com.github.geirolz" %% "app-toolkit-odin" % "0.0.6" ``` \ No newline at end of file