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 251b89a commit 6f67792Copy full SHA for 6f67792
build.sbt
@@ -193,7 +193,7 @@ lazy val msgpack4zCore = CrossProject(
193
"com.github.scalaprops" %%% "scalaprops" % scalapropsVersion % "test",
194
"com.github.scalaprops" %%% "scalaprops-scalaz" % scalapropsVersion % "test",
195
),
196
- libraryDependencies += "com.github.xuwei-k" %% "zeroapply-scalaz" % "0.5.0" % "provided"
+ libraryDependencies += "com.github.xuwei-k" %% "zeroapply-scalaz" % "0.5.1" % "provided"
197
).enablePlugins(
198
MimaPlugin,
199
sbtbuildinfo.BuildInfoPlugin
0 commit comments