Skip to content

Commit c27e370

Browse files
committed
Attempt to fix the build
1 parent 7a6631c commit c27e370

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
@@ -340,7 +340,7 @@ inThisBuild(
340340
}
341341

342342
val setPublishVersion =
343-
releaseVersion.map("set every version := " + _).toList
343+
releaseVersion.map("set every version := \"" + _ + "\"").toList
344344

345345
val publishTask =
346346
if (releaseVersion.nonEmpty) {

0 commit comments

Comments
 (0)