Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
geirolz committed Jun 22, 2023
1 parent 716b728 commit 10d9e23
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ object Config {

// Define service dependencies
case class AppDependencyServices(
kafkaConsumer: KafkaConsumer[IO]
)
kafkaConsumer: KafkaConsumer[IO]
)

object AppDependencyServices {
def resource(res: App.Resources[SimpleAppInfo[String], ToolkitLogger[IO], Config, NoResources]): Resource[IO, AppDependencyServices] =
Expand Down Expand Up @@ -149,4 +149,4 @@ libraryDependencies += "com.github.geirolz" %% "app-toolkit-log4cats" % "0.0.7"

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

0 comments on commit 10d9e23

Please sign in to comment.