Skip to content

Commit

Permalink
Update msgpack4z-core to 0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot committed Apr 15, 2024
1 parent 96055b6 commit 0079c04
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 @@ -147,7 +147,7 @@ lazy val msgpack4zCirce = CrossProject("msgpack4z-circe", file("."))(JVMPlatform
name := build.msgpack4zCirceName,
libraryDependencies ++= Seq(
"io.circe" %%% "circe-core" % "0.14.6",
"com.github.xuwei-k" %%% "msgpack4z-core" % "0.6.1",
"com.github.xuwei-k" %%% "msgpack4z-core" % "0.6.2",
"com.github.scalaprops" %%% "scalaprops" % "0.9.1" % "test",
"com.github.xuwei-k" %%% "msgpack4z-native" % "0.3.9" % "test",
)
Expand Down

0 comments on commit 0079c04

Please sign in to comment.