Skip to content

Commit

Permalink
Update to Kafka 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
NeQuissimus committed Jul 28, 2018
1 parent cf872db commit 92c434a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Implicitly turn your `Encoder` and `Decoder` instances into `Serializer`, `Deser
`circe-kafka` is cross-compiled against Scala 2.11 and 2.12.

```scala
libraryDependencies ++= "com.nequissimus" %% "circe-kafka" % "1.0.3"
libraryDependencies ++= "com.nequissimus" %% "circe-kafka" % "1.1.1"
```

## Usage
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ crossScalaVersions := Seq("2.11.12", "2.12.6")

organization := "com.nequissimus"
name := "circe-kafka"
version := "1.0.4-SNAPSHOT"
version := "1.1.1"

// https://tpolecat.github.io/2017/04/25/scalac-flags.html
val scalac212Options = Seq(
Expand Down Expand Up @@ -66,7 +66,7 @@ libraryDependencies ++= Seq(
"io.circe" %% "circe-core" % "0.9.3",
"io.circe" %% "circe-generic" % "0.9.3" % Test,
"io.circe" %% "circe-parser" % "0.9.3",
"org.apache.kafka" % "kafka-clients" % "1.1.0",
"org.apache.kafka" % "kafka-clients" % "1.1.1",
compilerPlugin("com.github.ghik" %% "silencer-plugin" % "1.0"),
"com.github.ghik" %% "silencer-lib" % "1.0",
"com.lihaoyi" %% "utest" % "0.6.4" % Test
Expand Down

0 comments on commit 92c434a

Please sign in to comment.