Skip to content

Commit 5a8f52d

Browse files
committed
Reformat with scalafmt 3.11.1
Executed command: scalafmt --non-interactive
1 parent e709ec7 commit 5a8f52d

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

build.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -125,11 +125,7 @@ lazy val msgpackCore = Project(id = "msgpack-core", base = file("msgpack-core"))
125125
"org.msgpack.value",
126126
"org.msgpack.value.impl"
127127
),
128-
OsgiKeys.importPackage :=
129-
Seq(
130-
"!android.os",
131-
"!sun.*"
132-
),
128+
OsgiKeys.importPackage := Seq("!android.os", "!sun.*"),
133129
testFrameworks += new TestFramework("wvlet.airspec.Framework"),
134130
Test / javaOptions ++=
135131
Seq(

0 commit comments

Comments
 (0)