[sbt] Version set to 0.4.0
This commit is contained in:
parent
ff1adf0ca4
commit
2cb5dee0f2
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
val applicationSettings = Seq(
|
val applicationSettings = Seq(
|
||||||
name := "s3thorp",
|
name := "s3thorp",
|
||||||
version := "0.1",
|
version := "0.4.0",
|
||||||
scalaVersion := "2.12.8"
|
scalaVersion := "2.12.8"
|
||||||
)
|
)
|
||||||
val testDependencies = Seq(
|
val testDependencies = Seq(
|
||||||
|
|
Loading…
Reference in a new issue