Skip to content

Commit 4b43bee

Browse files
committed
fmt
1 parent 5848e34 commit 4b43bee

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

build.sbt

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,7 @@ val assemblyCommon = Seq(
1616
oldStrategy(x)
1717
})
1818

19-
inThisBuild(
20-
Seq(
21-
scalaVersion := Common.scalaVersionNumber,
22-
scalaBinaryVersion := Common.scalaBinaryVersionNumber))
19+
inThisBuild(Seq(scalaVersion := Common.scalaVersionNumber, scalaBinaryVersion := Common.scalaBinaryVersionNumber))
2320

2421
val sonatypeInformation = Seq(
2522
startYear := Some(2018),

0 commit comments

Comments
 (0)