Skip to content

Commit

Permalink
Update resolvers
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer committed Jul 1, 2021
1 parent 4344cf6 commit cb0ca0d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@ This functionality is backed by the following libraries:

Add the following to your `build.sbt`
```sbt
resolvers += "jitpack" at "https://jitpack.io"
resolvers ++= Seq(
"jitpack" at "https://jitpack.io",
"confluent" at "https://packages.confluent.io/maven"
)

libraryDependencies += "com.github.kaizen-solutions" %% "fs2-kafka-jsonschema-support" % "<version>"
```
Expand Down

0 comments on commit cb0ca0d

Please sign in to comment.