Skip to content

Commit 6411782

Browse files
committed
up project version to 0.4.0
1 parent 3f164a0 commit 6411782

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

project/LongevityBuild.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ trait BuildSettings {
2929

3030
val buildSettings = Defaults.coreDefaultSettings ++ Seq(
3131
organization := "org.longevityframework",
32-
version := "0.4-SNAPSHOT",
32+
version := "0.4.0",
3333
scalaVersion := "2.11.7",
3434

3535
// compile

src/test/scala/longevity/integration/quickStart/QuickStartSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ object QuickStartSpec {
2020
// set up your library dependencies in sbt:
2121

2222
// resolvers += Resolver.sonatypeRepo("releases")
23-
// libraryDependencies += "org.longevityframework" %% "longevity" % "0.4-SNAPSHOT"
23+
// libraryDependencies += "org.longevityframework" %% "longevity" % "0.4.0"
2424

2525
// if you are using mongo, get the mongo driver:
2626

0 commit comments

Comments
 (0)