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 1d7cc7c commit 3b98c9eCopy full SHA for 3b98c9e
build.sbt
@@ -12,7 +12,7 @@ publishArtifact := false
12
val commonSettings = Seq(
13
organization := "io.github.shogowada",
14
name := "scala-json-rpc",
15
- version := "0.4.0-SNAPSHOT",
+ version := "0.4.0",
16
scalaVersion := "2.12.1",
17
logBuffered in Test := false,
18
licenses := Seq("MIT" -> url("https://opensource.org/licenses/MIT")),
0 commit comments