We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c75fa0 commit f21fce5Copy full SHA for f21fce5
sbt-plugin/build.sbt
@@ -32,7 +32,7 @@ val `sbt-github-dependency-submission` = project
32
pluginCrossBuild / sbtVersion := {
33
scalaBinaryVersion.value match {
34
case "2.12" => "1.5.8"
35
- case _ => "2.0.0-M3"
+ case _ => "2.0.0-M3"
36
}
37
},
38
scalaVersion := scala2,
@@ -46,7 +46,7 @@ val `sbt-github-dependency-submission` = project
46
"-Xfatal-warnings"
47
) ++ (scalaBinaryVersion.value match {
48
case "2.12" => Seq("-Ywarn-unused-import")
49
- case _ => Seq("-Wunused:imports")
+ case _ => Seq("-Wunused:imports")
50
}),
51
libraryDependencies ++= Seq(
52
"com.eed3si9n" %% "gigahorse-asynchttpclient" % "0.7.0",
0 commit comments