Skip to content

Commit

Permalink
fix missing sonatypeProfileName flag (#223)
Browse files Browse the repository at this point in the history
  • Loading branch information
lapidus79 authored Sep 28, 2021
1 parent 8b21b94 commit 53a4d37
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 @@ -75,7 +75,8 @@ lazy val plugin = project
s"-Dproject.version=${version.value}",
),
scriptedBufferLog := false,
scriptedDependencies := (())
scriptedDependencies := (()),
sonatypeProfileName := "com.typesafe"
)

def sbtPluginDep(moduleId: ModuleID, sbtVersion: String, scalaVersion: String) = {
Expand Down

0 comments on commit 53a4d37

Please sign in to comment.