Skip to content

Commit

Permalink
Fix for release
Browse files Browse the repository at this point in the history
  • Loading branch information
marcosinigaglia committed Oct 26, 2022
1 parent 502a4f8 commit fe753fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions module/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ tmp
.project
.target
/bin/
.bsp
2 changes: 1 addition & 1 deletion module/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Test / publishArtifact := false

pomIncludeRepository := { _ => false }

publishTo := {g
publishTo := {
val nexus = "https://oss.sonatype.org/"
if (isSnapshot.value)
Some("snapshots" at nexus + "content/repositories/snapshots")
Expand Down

0 comments on commit fe753fe

Please sign in to comment.