Skip to content

Commit

Permalink
Merge pull request #201 from mkurz/correct_sonatypeProfileName
Browse files Browse the repository at this point in the history
Set correct sonatypeProfileName
  • Loading branch information
mergify[bot] authored Jan 3, 2022
2 parents a5d78b7 + aa283de commit 7d94dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ lazy val cachecontrol = (project in file("."))
// On the main branch we don't check for incompatible changes,
// because it's ok to introduce breaking changes between minor version bumps
mimaPreviousArtifacts := Set.empty,
sonatypeProfileName := "com.typesafe",
sonatypeProfileName := "com.typesafe.play",
headerLicense := {
Some(
HeaderLicense.Custom(
Expand Down

0 comments on commit 7d94dff

Please sign in to comment.