Skip to content

Commit

Permalink
Update msgpack-core to 0.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Jan 9, 2025
1 parent d958dce commit 451ebc8
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 @@ -16,7 +16,7 @@ compile / javacOptions ++= Seq("-target", "8", "-source", "8")
commands += Command.command("updateReadme")(UpdateReadme.updateReadmeTask)

libraryDependencies ++= (
("org.msgpack" % "msgpack-core" % "0.9.8") ::
("org.msgpack" % "msgpack-core" % "0.9.9") ::
("com.github.xuwei-k" % "msgpack4z-api" % "0.2.0") ::
Nil
)
Expand Down

0 comments on commit 451ebc8

Please sign in to comment.