Skip to content

Commit f21fce5

Browse files
committed
Run scalafmt.
1 parent 8c75fa0 commit f21fce5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

sbt-plugin/build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ val `sbt-github-dependency-submission` = project
3232
pluginCrossBuild / sbtVersion := {
3333
scalaBinaryVersion.value match {
3434
case "2.12" => "1.5.8"
35-
case _ => "2.0.0-M3"
35+
case _ => "2.0.0-M3"
3636
}
3737
},
3838
scalaVersion := scala2,
@@ -46,7 +46,7 @@ val `sbt-github-dependency-submission` = project
4646
"-Xfatal-warnings"
4747
) ++ (scalaBinaryVersion.value match {
4848
case "2.12" => Seq("-Ywarn-unused-import")
49-
case _ => Seq("-Wunused:imports")
49+
case _ => Seq("-Wunused:imports")
5050
}),
5151
libraryDependencies ++= Seq(
5252
"com.eed3si9n" %% "gigahorse-asynchttpclient" % "0.7.0",

0 commit comments

Comments
 (0)