Skip to content

Commit

Permalink
Update jsoniter-scala-core, ... to 2.30.15 (#4084)
Browse files Browse the repository at this point in the history
  • Loading branch information
softwaremill-ci authored Oct 7, 2024
1 parent 5be7814 commit 6fb2860
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ libraryDependencies ++= Seq(
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.0",
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.8.0",
"com.beachape" %% "enumeratum" % "1.7.5",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.14",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.14" % "compile-internal",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.15",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.15" % "compile-internal",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % "1.10.0" % Test
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ libraryDependencies ++= Seq(
"com.softwaremill.sttp.tapir" %% "tapir-openapi-docs" % "1.10.0",
"com.softwaremill.sttp.apispec" %% "openapi-circe-yaml" % "0.8.0",
"com.beachape" %% "enumeratum" % "1.7.5",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.14",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.14" % "compile-internal",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.15",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.15" % "compile-internal",
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
"com.softwaremill.sttp.tapir" %% "tapir-sttp-stub-server" % "1.10.0" % Test
)
Expand Down
2 changes: 1 addition & 1 deletion project/Versions.scala
Original file line number Diff line number Diff line change
Expand Up @@ -66,5 +66,5 @@ object Versions {
val nettyAll = "4.1.114.Final"
val logback = "1.5.8"
val slf4j = "2.0.16"
val jsoniter = "2.30.14"
val jsoniter = "2.30.15"
}

0 comments on commit 6fb2860

Please sign in to comment.