We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 264de9e commit df7f750Copy full SHA for df7f750
build.sbt
@@ -24,7 +24,7 @@ lazy val rootProject = (project in file("."))
24
licenses := Seq("APL2" -> url("https://www.apache.org/licenses/LICENSE-2.0.txt")),
25
description := "A java/scala wrapper for the cardano wallet backend API",
26
usePgpKeyHex("75E12F006A3F08C757EE8343927AE95EEEF4A02F"),
27
- isSnapshot := true,
+ isSnapshot := false,
28
publishTo := Some {
29
// publish to the sonatype repository
30
val sonaUrl = "https://oss.sonatype.org/"
0 commit comments