Skip to content

Commit aaa79f8

Browse files
authored
Include Sonatype profile name
1 parent 36c6f65 commit aaa79f8

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,8 @@ lazy val core = project
5454
JacocoThresholds(),
5555
Seq(JacocoReportFormats.XML),
5656
"utf-8"
57-
)
57+
),
58+
sonatypeProfileName := "com.typesafe"
5859
)
5960

6061
lazy val plugin = project

0 commit comments

Comments
 (0)