Skip to content

Commit

Permalink
Fix sonatypeProfileName
Browse files Browse the repository at this point in the history
  • Loading branch information
raboof committed Jun 8, 2022
1 parent 11f61cd commit 4bf0f10
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@

import sbt._
import sbt.Keys._
import xerial.sbt.Sonatype.autoImport.sonatypeProfileName
import de.heikoseeberger.sbtheader.{AutomateHeaderPlugin, CommentStyle, FileType, HeaderPlugin, License}

/**
Expand All @@ -33,6 +34,7 @@ object Common extends AutoPlugin {
scalacOptions ++= Seq("-encoding", "UTF-8", "-unchecked", "-deprecation", "-feature"),
javacOptions ++= Seq("-encoding", "UTF-8"),
resolvers += Resolver.typesafeIvyRepo("releases"),
sonatypeProfileName := "com.lightbend",
// Header settings
HeaderPlugin.autoImport.headerMappings := Map(
FileType.scala -> CommentStyle.cStyleBlockComment,
Expand Down

0 comments on commit 4bf0f10

Please sign in to comment.