Skip to content

Commit dfd3ea1

Browse files
committed
Upgrade build
No need to add an sbt plugin release resolver, re-set the bintray settings (those are the defaults), and upgrade to the sbt 1.2+ way of defining an sbt plugin.
1 parent ac7e089 commit dfd3ea1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

build.sbt

+1-6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
sbtPlugin := true
1+
enablePlugins(SbtPlugin)
22

33
git.baseVersion := "2.0.0"
44
versionWithGit
@@ -7,10 +7,5 @@ name := "sbt-scala-module"
77
organization := "org.scala-lang.modules"
88
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
99

10-
resolvers += Classpaths.sbtPluginReleases
11-
bintrayRepository := "sbt-plugins"
12-
bintrayOrganization := None
13-
publishMavenStyle := false
14-
1510
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.4")
1611
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.3.0")

0 commit comments

Comments
 (0)