Skip to content

Commit 1d0396c

Browse files
committed
sbt fmt
1 parent 334ddbb commit 1d0396c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ ThisBuild / developers := List(
2626

2727
// Silence binary compatibility warnings for test-interface in Scala Native 0.5.x series
2828
// has to include _native suffix due to https://github.com/sbt/sbt/issues/7140
29-
ThisBuild / libraryDependencySchemes +=
29+
ThisBuild / libraryDependencySchemes +=
3030
"org.scala-native" %% "test-interface_native0.5" % VersionScheme.Always
3131

3232
lazy val commonSettings = Seq(

0 commit comments

Comments
 (0)