Skip to content

Commit f2ff483

Browse files
Update msgpack-core to 0.9.9
1 parent d958dce commit f2ff483

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ compile / javacOptions ++= Seq("-target", "8", "-source", "8")
1616
commands += Command.command("updateReadme")(UpdateReadme.updateReadmeTask)
1717

1818
libraryDependencies ++= (
19-
("org.msgpack" % "msgpack-core" % "0.9.8") ::
19+
("org.msgpack" % "msgpack-core" % "0.9.9") ::
2020
("com.github.xuwei-k" % "msgpack4z-api" % "0.2.0") ::
2121
Nil
2222
)

0 commit comments

Comments
 (0)