Skip to content

Commit

Permalink
Only inform about deprecations in commons-redis due to scheduled removal
Browse files Browse the repository at this point in the history
  • Loading branch information
ddworak committed Dec 24, 2024
1 parent c6e9696 commit 6feaa16
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions project/Commons.scala
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ object Commons extends ProjectGroup("commons") {
"io.monix" %% "monix" % monixVersion,
),
Test / parallelExecution := false,
Compile / scalacOptions += "-Wconf:cat=deprecation:is", // only inform about deprecations due to scheduled removal
)

lazy val hocon = mkSubProject
Expand Down

0 comments on commit 6feaa16

Please sign in to comment.