Skip to content

Commit

Permalink
Fix doc versions
Browse files Browse the repository at this point in the history
Signed-off-by: David Geirola <david.geirola@gmail.com>
  • Loading branch information
geirolz committed Jun 4, 2023
1 parent 04a4d4c commit 22ea1c6
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 @@ -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)
Expand Down Expand Up @@ -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"
```
8 changes: 4 additions & 4 deletions docs/compiled/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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"
```

0 comments on commit 22ea1c6

Please sign in to comment.