Skip to content

Commit

Permalink
Try specifying the sonatypeProfileName
Browse files Browse the repository at this point in the history
  • Loading branch information
tmccarthy committed May 26, 2024
1 parent 9af2e0e commit fdb0d58
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "probability"

ThisBuild / tlBaseVersion := "0.4"

//Sonatype.SonatypeKeys.sonatypeProfileName := "au.id.tmm"
ThisBuild / xerial.sbt.Sonatype.SonatypeKeys.sonatypeProfileName := "au.id.tmm"
ThisBuild / organization := "au.id.tmm.probability"
ThisBuild / organizationName := "Timothy McCarthy"
ThisBuild / startYear := Some(2019)
Expand Down
1 change: 1 addition & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
val sbtTypelevelVersion = "0.7.1"

addSbtPlugin("org.typelevel" % "sbt-typelevel" % sbtTypelevelVersion)
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")

0 comments on commit fdb0d58

Please sign in to comment.