Skip to content

Commit 304603f

Browse files
Update msgpack-core to 0.9.10
1 parent 383a513 commit 304603f

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.9") ::
19+
("org.msgpack" % "msgpack-core" % "0.9.10") ::
2020
("com.github.xuwei-k" % "msgpack4z-api" % "0.2.0") ::
2121
Nil
2222
)

0 commit comments

Comments
 (0)