From bda73a0a953a61c9609f3fcac142af795cd2e74f Mon Sep 17 00:00:00 2001 From: kenji yoshida <6b656e6a69@gmail.com> Date: Tue, 28 Apr 2026 07:17:51 +0900 Subject: [PATCH] Add evictionErrorLevel setting if scala-native --- build.sbt | 1 + 1 file changed, 1 insertion(+) diff --git a/build.sbt b/build.sbt index d8c6b154..6432b413 100644 --- a/build.sbt +++ b/build.sbt @@ -129,6 +129,7 @@ lazy val scalajsSettings = Seq( ) lazy val scalaNativeSettings = Seq( + evictionErrorLevel := Level.Warn, tlMimaPreviousVersions := Set.empty )