Skip to content

Commit

Permalink
Bump sbt to version 1.2.3 (#189)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonas authored Sep 19, 2018
1 parent 6a78cf8 commit 776c2f5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
9 changes: 3 additions & 6 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,9 @@ lazy val tools = project("tools")
Versions.scala212)
)

lazy val sbtPlugin = project("sbt-scala-native-bindgen", ScriptedPlugin)
lazy val sbtPlugin = project("sbt-scala-native-bindgen")
.dependsOn(tools)
.enablePlugins(BuildInfoPlugin)
.enablePlugins(SbtPlugin, BuildInfoPlugin)
.settings(
Keys.sbtPlugin := true,
scriptedLaunchOpts += s"-Dplugin.version=${version.value}",
Expand Down Expand Up @@ -240,11 +240,8 @@ lazy val libutf8proc =
bindingProject("utf8proc", Some("utf8proc"))("utf8proc.h")
//#sbt-binding-project

def project(name: String, plugged: AutoPlugin*) = {
val unplugged = Seq(ScriptedPlugin).filterNot(plugged.toSet)

def project(name: String) = {
Project(id = name, base = file(name))
.disablePlugins(unplugged: _*)
.enablePlugins(GitPlugin, GitVersioning)
.settings(
versionWithGit,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.1.6
sbt.version=1.2.3

0 comments on commit 776c2f5

Please sign in to comment.