[sbt] Version set to 0.4.0

This commit is contained in:
Paul Campbell 2019-06-11 08:03:19 +01:00
parent ff1adf0ca4
commit 2cb5dee0f2

View file

@ -1,6 +1,6 @@
val applicationSettings = Seq(
name := "s3thorp",
version := "0.1",
version := "0.4.0",
scalaVersion := "2.12.8"
)
val testDependencies = Seq(