Skip to content

Commit 7ee7464

Browse files
authored
Use com.typesafe staging profile (#212)
1 parent a6d9f37 commit 7ee7464

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: build.sbt

+1
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ lazy val root = (project in file("."))
4343

4444
lazy val defaults = Seq(
4545
organization := "com.typesafe.genjavadoc",
46+
sonatypeProfileName := "com.typesafe",
4647
scalaVersion := crossScalaVersions.value.last,
4748
crossScalaVersions := {
4849
val earliest211 = 6

0 commit comments

Comments
 (0)