Skip to content

Commit 6feaa16

Browse files
committed
Only inform about deprecations in commons-redis due to scheduled removal
1 parent c6e9696 commit 6feaa16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

project/Commons.scala

+1
Original file line numberDiff line numberDiff line change
@@ -337,6 +337,7 @@ object Commons extends ProjectGroup("commons") {
337337
"io.monix" %% "monix" % monixVersion,
338338
),
339339
Test / parallelExecution := false,
340+
Compile / scalacOptions += "-Wconf:cat=deprecation:is", // only inform about deprecations due to scheduled removal
340341
)
341342

342343
lazy val hocon = mkSubProject

0 commit comments

Comments
 (0)