Skip to content

Commit

Permalink
Update dependency org.msgpack:jackson-dataformat-msgpack to v0.9.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 22, 2023
1 parent 620d57d commit a720c94
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ lazy val zioSchemaMsgPack = crossProject(JSPlatform, JVMPlatform)
.settings(
libraryDependencies ++= Seq(
"org.msgpack" % "msgpack-core" % "0.9.3",
"org.msgpack" % "jackson-dataformat-msgpack" % "0.9.3" % Test,
"org.msgpack" % "jackson-dataformat-msgpack" % "0.9.5" % Test,
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.2" % Test
)
)
Expand Down

0 comments on commit a720c94

Please sign in to comment.