We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf9aef4 commit e37e2c2Copy full SHA for e37e2c2
build.sbt
@@ -1,6 +1,6 @@
1
lazy val buildSettings = Seq(
2
organization := "com.github.benfradet",
3
- version := "0.4.0-SNAPSHOT",
+ version := "0.4.0",
4
scalaVersion := "2.12.7",
5
crossScalaVersions := Seq("2.11.12", "2.12.7")
6
)
0 commit comments