We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334ddbb commit 1d0396cCopy full SHA for 1d0396c
build.sbt
@@ -26,7 +26,7 @@ ThisBuild / developers := List(
26
27
// Silence binary compatibility warnings for test-interface in Scala Native 0.5.x series
28
// has to include _native suffix due to https://github.com/sbt/sbt/issues/7140
29
-ThisBuild / libraryDependencySchemes +=
+ThisBuild / libraryDependencySchemes +=
30
"org.scala-native" %% "test-interface_native0.5" % VersionScheme.Always
31
32
lazy val commonSettings = Seq(
0 commit comments