We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef99494 commit 0d14605Copy full SHA for 0d14605
project/plugins/Plugins.scala
@@ -1,3 +1,5 @@
1
+import sbt._
2
+
3
class Plugins(info: ProjectInfo) extends PluginDefinition(info) {
4
lazy val bnd4sbt = "com.weiglewilczek.bnd4sbt" % "bnd4sbt" % "1.0.0"
5
}
0 commit comments