[sbt] version set to 0.5.0
This commit is contained in:
parent
761c1c9784
commit
d27ae7e90d
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
val commonSettings = Seq(
|
val commonSettings = Seq(
|
||||||
version := "DEV-SNAPSHOT",
|
version := "0.5.0",
|
||||||
organization := "net.kemitix",
|
organization := "net.kemitix",
|
||||||
scalaVersion := "2.12.8",
|
scalaVersion := "2.12.8",
|
||||||
test in assembly := {}
|
test in assembly := {}
|
||||||
|
|
Loading…
Reference in a new issue