Skip to content

Commit 578cb1a

Browse files
committed
Double wrap
1 parent a19078c commit 578cb1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ lazy val commonSettings = Seq(
3434
if (isSnapshot.value) {
3535
None
3636
} else {
37-
Some(publishTarget)
37+
publishTarget
3838
}
3939
},
4040
publishConfiguration := publishConfiguration.value.withOverwrite(true)

0 commit comments

Comments
 (0)