Skip to content

Commit

Permalink
Update publish settings
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer committed Jun 3, 2023
1 parent 18cb9d7 commit 6d4eee3
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,10 @@ inThisBuild {
lazy val root =
project
.in(file("."))
.settings(publishTo := None)
.settings(
publishTo := Some("Jitpack".at("https://jitpack.io")), // Not actually used but to keep SBT happy
publishArtifact := false
)
.aggregate(core, zio, catsEffect)

lazy val core =
Expand Down

0 comments on commit 6d4eee3

Please sign in to comment.