Skip to content

Commit

Permalink
fix missing sonatypeProfileName flag - 2 (#224)
Browse files Browse the repository at this point in the history
  • Loading branch information
lapidus79 authored Sep 28, 2021
1 parent 53a4d37 commit b511478
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,8 @@ lazy val root = project
.settings(
name := "play-ebean-root",
crossScalaVersions := Nil,
publish / skip := true
publish / skip := true,
sonatypeProfileName := "com.typesafe"
)

lazy val core = project
Expand Down

0 comments on commit b511478

Please sign in to comment.