Skip to content

Commit 1bf89fd

Browse files
committed
Include scalaModuleOsgiSettings in scalaModuleSettings
1 parent ab80996 commit 1bf89fd

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
target/
2+
/.idea/

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.6.2")
22

33
// incompatible with sbt-gpg (https://github.com/softprops/bintray-sbt/pull/10)
44
// JZ: is this still true after updating to 0.3.0?
5-
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
5+
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.4.0")

src/main/scala/ScalaModulePlugin.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ object ScalaModulePlugin extends Plugin {
111111
</developer>
112112
</developers>
113113
)
114-
) ++ mimaSettings
114+
) ++ mimaSettings ++ scalaModuleOsgiSettings
115115

116116
// adapted from https://github.com/typesafehub/migration-manager/blob/0.1.6/sbtplugin/src/main/scala/com/typesafe/tools/mima/plugin/SbtMima.scala#L69
117117
def artifactExists(organization: String, name: String, scalaBinaryVersion: String, version: String, ivy: IvySbt, s: TaskStreams): Boolean = {

0 commit comments

Comments
 (0)