Skip to content

Commit

Permalink
bump play-json-jsoniter and skafka
Browse files Browse the repository at this point in the history
play-json-jsoniter: 0.10.2 -> 1.1.1
skafka: 11.16.0 -> 11.17.0
  • Loading branch information
Nikita Filimonov committed Sep 25, 2024
1 parent 5a3028a commit 72f427c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ import java.nio.charset.StandardCharsets

import cats.syntax.all._
import cats.~>
import com.evolution.playjson.jsoniter.PlayJsonJsoniter
import com.evolutiongaming.catshelper.CatsHelper._
import com.evolutiongaming.catshelper.{ApplicativeThrowable, FromTry, MonadThrowable}
import com.evolutiongaming.jsonitertool.PlayJsonJsoniter
import com.evolutiongaming.kafka.journal.util.ScodecHelper._
import play.api.libs.json.{JsValue, Json}
import scodec.bits.ByteVector
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object Dependencies {
val `kind-projector` = "org.typelevel" % "kind-projector" % "0.13.2"
val `cassandra-driver` = "com.datastax.cassandra" % "cassandra-driver-core" % "3.11.2"
val `play-json` = "com.typesafe.play" %% "play-json" % "2.9.3"
val `play-json-jsoniter` = "com.evolutiongaming" %% "play-json-jsoniter" % "0.10.2"
val `play-json-jsoniter` = "com.evolution" %% "play-json-jsoniter" % "1.1.1"
val `executor-tools` = "com.evolutiongaming" %% "executor-tools" % "1.0.3"
val `config-tools` = "com.evolutiongaming" %% "config-tools" % "1.0.3"
val `akka-serialization` = "com.evolutiongaming" %% "akka-serialization" % "1.0.4"
Expand All @@ -21,7 +21,7 @@ object Dependencies {
val random = "com.evolutiongaming" %% "random" % "0.1.1"
val retry = "com.evolutiongaming" %% "retry" % "2.1.1"
val sstream = "com.evolutiongaming" %% "sstream" % "0.3.0"
val skafka = "com.evolutiongaming" %% "skafka" % "11.16.0"
val skafka = "com.evolutiongaming" %% "skafka" % "11.17.0"
val scache = "com.evolution" %% "scache" % "3.8.0"
val `akka-test-actor` = "com.evolutiongaming" %% "akka-test-actor" % "0.1.0"
val `resource-pool` = "com.evolution" %% "resource-pool" % "0.0.4"
Expand Down

0 comments on commit 72f427c

Please sign in to comment.