Skip to content

Commit 776c2f5

Browse files
authored
Bump sbt to version 1.2.3 (#189)
1 parent 6a78cf8 commit 776c2f5

File tree

2 files changed

+4
-7
lines changed

2 files changed

+4
-7
lines changed

build.sbt

+3-6
Original file line numberDiff line numberDiff 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,

project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.1.6
1+
sbt.version=1.2.3

0 commit comments

Comments
 (0)