mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-05 19:09:32 +00:00
Disable eviction warnings regarding calev and fs2-cron-calev
The calev-core jar and fs2-cron-calev are compatible, although the minor was increased in the calev project. This can be removed once fs2-cron-calev has been released.
This commit is contained in:
parent
5272677c1b
commit
865d4a3172
@ -53,7 +53,11 @@ val sharedSettings = Seq(
|
|||||||
Compile / console / scalacOptions :=
|
Compile / console / scalacOptions :=
|
||||||
(scalacOptions.value.filter(o => !o.contains("-Xlint") && !o.contains("-W"))),
|
(scalacOptions.value.filter(o => !o.contains("-Xlint") && !o.contains("-W"))),
|
||||||
Test / console / scalacOptions :=
|
Test / console / scalacOptions :=
|
||||||
(scalacOptions.value.filter(o => !o.contains("-Xlint") && !o.contains("-W")))
|
(scalacOptions.value.filter(o => !o.contains("-Xlint") && !o.contains("-W"))),
|
||||||
|
libraryDependencySchemes ++= Seq(
|
||||||
|
"com.github.eikek" %% "calev-core" % VersionScheme.Always,
|
||||||
|
"com.github.eikek" %% "calev-circe" % VersionScheme.Always
|
||||||
|
)
|
||||||
) ++ scalafixSettings
|
) ++ scalafixSettings
|
||||||
|
|
||||||
val testSettingsMUnit = Seq(
|
val testSettingsMUnit = Seq(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user