Skip to content

Commit

Permalink
Update dependency com.fasterxml.jackson.module:jackson-module-scala t…
Browse files Browse the repository at this point in the history
…o v2.15.2
  • Loading branch information
renovate[bot] authored Jun 2, 2023
1 parent 651ad37 commit 3124081
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 @@ -210,7 +210,7 @@ lazy val zioSchemaMsgPack = crossProject(JSPlatform, JVMPlatform)
libraryDependencies ++= Seq(
"org.msgpack" % "msgpack-core" % "0.9.3",
"org.msgpack" % "jackson-dataformat-msgpack" % "0.9.3" % Test,
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.2" % Test
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.15.2" % Test
)
)

Expand Down

0 comments on commit 3124081

Please sign in to comment.