Skip to content

Commit 53d2de8

Browse files
committed
further sbt-ci-release setup
1 parent c21d899 commit 53d2de8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sonatypeProfileName := "org.scala-lang"
55
organization := "org.scala-lang.modules"
66
homepage := Some(url("https://github.com/scala/sbt-scala-module"))
77
licenses := Seq(("Apache-2.0", url("https://www.apache.org/licenses/LICENSE-2.0")))
8+
developers := List(Developer("", "", "", url("https://scala-lang.org")))
89

910
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
1011
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")

0 commit comments

Comments
 (0)