Skip to content

Commit bda73a0

Browse files
authored
Add evictionErrorLevel setting if scala-native
1 parent 7e80437 commit bda73a0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ lazy val scalajsSettings = Seq(
129129
)
130130

131131
lazy val scalaNativeSettings = Seq(
132+
evictionErrorLevel := Level.Warn,
132133
tlMimaPreviousVersions := Set.empty
133134
)
134135

0 commit comments

Comments
 (0)