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 3bc4d1d commit 9dc2b30Copy full SHA for 9dc2b30
build.sbt
@@ -24,7 +24,7 @@ lazy val core = project
24
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
25
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
26
"org.scalatestplus" %% "scalacheck-1-16" % "3.2.14.0" % Test,
27
- "org.slf4j" % "slf4j-nop" % "2.0.9" % Test,
+ "org.slf4j" % "slf4j-nop" % "2.0.10" % Test,
28
"org.scalameta" %% "contrib" % "4.1.6" % Test
29
),
30
buildInfoPackage := "higherkindness.mu.rpc.srcgen",
0 commit comments