diff --git a/src/sphinx/download.rst b/src/sphinx/download.rst index bcf8e67a..d91a5090 100644 --- a/src/sphinx/download.rst +++ b/src/sphinx/download.rst @@ -21,7 +21,7 @@ To include the latest release into a Maven project, add the following to your `` com.rbmhtechnology eventuate_2.11 - 0.3 + 0.4 To include the latest development snapshot:: @@ -35,7 +35,7 @@ To include the latest development snapshot:: com.rbmhtechnology eventuate_2.11 - 0.4-SNAPSHOT + 0.5-SNAPSHOT SBT @@ -45,13 +45,13 @@ To include the latest release into an sbt_ project, add the following to your `` resolvers += "Eventuate Releases" at "https://dl.bintray.com/rbmhtechnology/maven" - libraryDependencies += "com.rbmhtechnology" %% "eventuate" % "0.3" + libraryDependencies += "com.rbmhtechnology" %% "eventuate" % "0.4" To include the latest development snapshot:: resolvers += "OJO Snapshots" at "https://oss.jfrog.org/oss-snapshot-local" - libraryDependencies += "com.rbmhtechnology" %% "eventuate" % "0.4-SNAPSHOT" + libraryDependencies += "com.rbmhtechnology" %% "eventuate" % "0.5-SNAPSHOT" Sources -------