[sbt] version set to 0.5.0

This commit is contained in:
Paul Campbell 2019-06-21 19:23:12 +01:00
parent 761c1c9784
commit d27ae7e90d

View file

@ -1,5 +1,5 @@
val commonSettings = Seq(
version := "DEV-SNAPSHOT",
version := "0.5.0",
organization := "net.kemitix",
scalaVersion := "2.12.8",
test in assembly := {}