Skip to content

Commit

Permalink
Update version doc
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Jun 30, 2023
1 parent a73b644 commit 102f505
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
A small toolkit to build functional app with managed resources

```sbt
libraryDependencies += "com.github.geirolz" %% "toolkit" % "0.0.7"
libraryDependencies += "com.github.geirolz" %% "toolkit" % "0.0.8"
```

Check the full example [here](https://github.com/geirolz/toolkit/tree/main/example)
Expand Down Expand Up @@ -106,7 +106,7 @@ object Main extends IOApp {
#### pureconfig

```sbt
libraryDependencies += "com.github.geirolz" %% "toolkit-pureconfig" % "0.0.7"
libraryDependencies += "com.github.geirolz" %% "toolkit-pureconfig" % "0.0.8"
```

Which allows you to use `withPureConfigLoader` to load the config from a `ConfigSource.default`
Expand Down Expand Up @@ -142,11 +142,11 @@ App[IO]
#### log4cats

```sbt
libraryDependencies += "com.github.geirolz" %% "toolkit-log4cats" % "0.0.7"
libraryDependencies += "com.github.geirolz" %% "toolkit-log4cats" % "0.0.8"
```

#### odin

```sbt
libraryDependencies += "com.github.geirolz" %% "toolkit-odin" % "0.0.7"
libraryDependencies += "com.github.geirolz" %% "toolkit-odin" % "0.0.8"
```
8 changes: 4 additions & 4 deletions docs/compiled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
A small toolkit to build functional app with managed resources

```sbt
libraryDependencies += "com.github.geirolz" %% "toolkit" % "0.0.7"
libraryDependencies += "com.github.geirolz" %% "toolkit" % "0.0.8"
```

Check the full example [here](https://github.com/geirolz/toolkit/tree/main/example)
Expand Down Expand Up @@ -106,7 +106,7 @@ object Main extends IOApp {
#### pureconfig

```sbt
libraryDependencies += "com.github.geirolz" %% "toolkit-pureconfig" % "0.0.7"
libraryDependencies += "com.github.geirolz" %% "toolkit-pureconfig" % "0.0.8"
```

Which allows you to use `withPureConfigLoader` to load the config from a `ConfigSource.default`
Expand Down Expand Up @@ -142,11 +142,11 @@ App[IO]
#### log4cats

```sbt
libraryDependencies += "com.github.geirolz" %% "toolkit-log4cats" % "0.0.7"
libraryDependencies += "com.github.geirolz" %% "toolkit-log4cats" % "0.0.8"
```

#### odin

```sbt
libraryDependencies += "com.github.geirolz" %% "toolkit-odin" % "0.0.7"
libraryDependencies += "com.github.geirolz" %% "toolkit-odin" % "0.0.8"
```

0 comments on commit 102f505

Please sign in to comment.