Skip to content

Commit 4d1ad8a

Browse files
committed
wip
1 parent 5179cad commit 4d1ad8a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

build.sbt

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
name := "scala-asm"
22

3+
organization := "org.scala-lang.modules"
4+
sonatypeProfileName := "org.scala-lang"
5+
homepage := Some(url("https://github.com/scala/scala-asm"))
6+
licenses := Seq("BSD 3-clause" -> url("http://opensource.org/licenses/BSD-3-Clause"))
7+
scmInfo := Some(ScmInfo(url("https://github.com/scala/scala-asm"),
8+
"scm:git:[email protected]:scala/scala-asm.git"))
9+
310
// Otherwise the artifact has a dependency on scala-library
411
autoScalaLibrary := false
512

0 commit comments

Comments
 (0)