Skip to content

Commit

Permalink
Try with a profile
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz committed Aug 22, 2022
1 parent a633af8 commit 2931873
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 @@ -65,5 +65,6 @@ lazy val examples = crossProject(JVMPlatform)
lazy val root = tlCrossRootProject
.aggregate(core, examples)
.settings(
Compile / doc / sources := Seq()
Compile / doc / sources := Seq(),
sonatypeProfileName := "org.polyvariant",
)

0 comments on commit 2931873

Please sign in to comment.