File tree 2 files changed +4
-7
lines changed
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")
117
117
Versions .scala212)
118
118
)
119
119
120
- lazy val sbtPlugin = project(" sbt-scala-native-bindgen" , ScriptedPlugin )
120
+ lazy val sbtPlugin = project(" sbt-scala-native-bindgen" )
121
121
.dependsOn(tools)
122
- .enablePlugins(BuildInfoPlugin )
122
+ .enablePlugins(SbtPlugin , BuildInfoPlugin )
123
123
.settings(
124
124
Keys .sbtPlugin := true ,
125
125
scriptedLaunchOpts += s " -Dplugin.version= ${version.value}" ,
@@ -240,11 +240,8 @@ lazy val libutf8proc =
240
240
bindingProject(" utf8proc" , Some (" utf8proc" ))(" utf8proc.h" )
241
241
// #sbt-binding-project
242
242
243
- def project (name : String , plugged : AutoPlugin * ) = {
244
- val unplugged = Seq (ScriptedPlugin ).filterNot(plugged.toSet)
245
-
243
+ def project (name : String ) = {
246
244
Project (id = name, base = file(name))
247
- .disablePlugins(unplugged : _* )
248
245
.enablePlugins(GitPlugin , GitVersioning )
249
246
.settings(
250
247
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