We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 383a513 commit 304603fCopy full SHA for 304603f
build.sbt
@@ -16,7 +16,7 @@ compile / javacOptions ++= Seq("-target", "8", "-source", "8")
16
commands += Command.command("updateReadme")(UpdateReadme.updateReadmeTask)
17
18
libraryDependencies ++= (
19
- ("org.msgpack" % "msgpack-core" % "0.9.9") ::
+ ("org.msgpack" % "msgpack-core" % "0.9.10") ::
20
("com.github.xuwei-k" % "msgpack4z-api" % "0.2.0") ::
21
Nil
22
)
0 commit comments