Skip to content

Commit

Permalink
Update pulsar to 2.7.2 (#222)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe authored May 26, 2021
1 parent 6481358 commit 22945c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion docs/src/paradox/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@ Once you have it, you are an import away from having JSON schema support.
import cr.pulsar.schema.Schema
import cr.pulsar.schema.circe._

import com.sksamuel.avro4s.AvroSchema
import io.circe.{Decoder, Encoder}
import io.circe.generic.semiauto._

Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ object Dependencies {
val circe = "0.13.0"
val fs2 = "2.5.6"
val newtype = "0.4.4"
val pulsar = "2.7.0"
val pulsar = "2.7.2"
val weaver = "0.6.3"

val betterMonadicFor = "0.3.1"
Expand Down

0 comments on commit 22945c9

Please sign in to comment.