We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c21d899 commit 53d2de8Copy full SHA for 53d2de8
build.sbt
@@ -5,6 +5,7 @@ sonatypeProfileName := "org.scala-lang"
5
organization := "org.scala-lang.modules"
6
homepage := Some(url("https://github.com/scala/sbt-scala-module"))
7
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
8
+developers := List(Developer("", "", "", url("https://scala-lang.org")))
9
10
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
11
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
0 commit comments