File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -9,11 +9,11 @@ object SbtWebBase extends AutoPlugin {
99 override def requires = ScriptedPlugin
1010
1111 object autoImport {
12- def addSbtJsEngine (version : String ): Setting [_ ] = sbt.addSbtPlugin(" com.github.sbt" % " sbt-js-engine" % version)
13- def addSbtWeb (version : String ): Setting [_ ] = sbt.addSbtPlugin(" com.github.sbt" % " sbt-web" % version)
12+ def addSbtJsEngine (version : String ): Setting [? ] = sbt.addSbtPlugin(" com.github.sbt" % " sbt-js-engine" % version)
13+ def addSbtWeb (version : String ): Setting [? ] = sbt.addSbtPlugin(" com.github.sbt" % " sbt-web" % version)
1414 }
1515
16- override def globalSettings : Seq [Def .Setting [_ ]] = Seq (
16+ override def globalSettings : Seq [Def .Setting [? ]] = Seq (
1717 sbtVersion := {
1818 // Validate sbt version since addSbtWeb/JsEngine won't work without sbt 1.0.1.
1919 val version = sbtVersion.value
You can’t perform that action at this time.
0 commit comments