Skip to content

Commit df7f750

Browse files
committed
set snapshot to false
1 parent 264de9e commit df7f750

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
@@ -24,7 +24,7 @@ lazy val rootProject = (project in file("."))
2424
licenses := Seq("APL2" -> url("https://www.apache.org/licenses/LICENSE-2.0.txt")),
2525
description := "A java/scala wrapper for the cardano wallet backend API",
2626
usePgpKeyHex("75E12F006A3F08C757EE8343927AE95EEEF4A02F"),
27-
isSnapshot := true,
27+
isSnapshot := false,
2828
publishTo := Some {
2929
// publish to the sonatype repository
3030
val sonaUrl = "https://oss.sonatype.org/"

0 commit comments

Comments
 (0)