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 c6e9696 commit 6feaa16Copy full SHA for 6feaa16
project/Commons.scala
@@ -337,6 +337,7 @@ object Commons extends ProjectGroup("commons") {
337
"io.monix" %% "monix" % monixVersion,
338
),
339
Test / parallelExecution := false,
340
+ Compile / scalacOptions += "-Wconf:cat=deprecation:is", // only inform about deprecations due to scheduled removal
341
)
342
343
lazy val hocon = mkSubProject
0 commit comments