File tree Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Expand file tree Collapse file tree 2 files changed +4
-7
lines changed Original file line number Diff line number Diff line change @@ -117,9 +117,9 @@ lazy val tools = project("tools")
117117 Versions .scala212)
118118 )
119119
120- lazy val sbtPlugin = project(" sbt-scala-native-bindgen" , ScriptedPlugin )
120+ lazy val sbtPlugin = project(" sbt-scala-native-bindgen" )
121121 .dependsOn(tools)
122- .enablePlugins(BuildInfoPlugin )
122+ .enablePlugins(SbtPlugin , BuildInfoPlugin )
123123 .settings(
124124 Keys .sbtPlugin := true ,
125125 scriptedLaunchOpts += s " -Dplugin.version= ${version.value}" ,
@@ -240,11 +240,8 @@ lazy val libutf8proc =
240240 bindingProject(" utf8proc" , Some (" utf8proc" ))(" utf8proc.h" )
241241// #sbt-binding-project
242242
243- def project (name : String , plugged : AutoPlugin * ) = {
244- val unplugged = Seq (ScriptedPlugin ).filterNot(plugged.toSet)
245-
243+ def project (name : String ) = {
246244 Project (id = name, base = file(name))
247- .disablePlugins(unplugged : _* )
248245 .enablePlugins(GitPlugin , GitVersioning )
249246 .settings(
250247 versionWithGit,
Original file line number Diff line number Diff line change 1- sbt.version =1.1.6
1+ sbt.version =1.2.3
You can’t perform that action at this time.
0 commit comments