We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 709b502 + 3d264d9 commit 7a15648Copy full SHA for 7a15648
project/Dependencies.scala
@@ -23,5 +23,5 @@ object Dependencies {
23
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"
24
val scalapbRuntime =
25
"com.thesamet.scalapb" %% "scalapb-runtime" % scalapb.compiler.Version.scalapbVersion % "protobuf"
26
- val weaver = "org.typelevel" %% "weaver-cats" % "0.9.3"
+ val weaver = "org.typelevel" %% "weaver-cats" % "0.10.1"
27
}
0 commit comments