We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5179cad commit 4d1ad8aCopy full SHA for 4d1ad8a
build.sbt
@@ -1,5 +1,12 @@
1
name := "scala-asm"
2
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
+
10
// Otherwise the artifact has a dependency on scala-library
11
autoScalaLibrary := false
12
0 commit comments