Skip to content

Commit

Permalink
Merge pull request #442 from Phill101/nfilimonov/bump-jsoniter-ce3
Browse files Browse the repository at this point in the history
Bump play-json-jsoniter version on ce3 branch
  • Loading branch information
Phill101 authored Sep 24, 2024
2 parents 6d44506 + 050ee9b commit dbada86
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ object Dependencies {
val `future-helper` = "com.evolutiongaming" %% "future-helper" % "1.0.7"
val `cats-helper` = "com.evolutiongaming" %% "cats-helper" % "3.11.0"
val `testcontainers-kafka` = "com.dimafeng" %% "testcontainers-scala-kafka" % "0.41.0"
val `play-json-jsoniter` = "com.evolution" %% "play-json-jsoniter" % "1.0.0"
val `play-json-jsoniter` = "com.evolution" %% "play-json-jsoniter" % "1.1.1"
val `scala-java8-compat` = "org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2"
val `collection-compat` = "org.scala-lang.modules" %% "scala-collection-compat" % "2.11.0"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.17"
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
ThisBuild / version := "16.4.1-SNAPSHOT"
ThisBuild / version := "17.0.0"

0 comments on commit dbada86

Please sign in to comment.