Skip to content
This repository has been archived by the owner on Jun 1, 2021. It is now read-only.

Commit

Permalink
Prepare 0.4 release
Browse files Browse the repository at this point in the history
  • Loading branch information
krasserm committed Nov 4, 2015
1 parent e25ffbb commit 24941ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/sphinx/download.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To include the latest release into a Maven project, add the following to your ``
<dependency>
<groupId>com.rbmhtechnology</groupId>
<artifactId>eventuate_2.11</artifactId>
<version>0.3</version>
<version>0.4</version>
</dependency>

To include the latest development snapshot::
Expand All @@ -35,7 +35,7 @@ To include the latest development snapshot::
<dependency>
<groupId>com.rbmhtechnology</groupId>
<artifactId>eventuate_2.11</artifactId>
<version>0.4-SNAPSHOT</version>
<version>0.5-SNAPSHOT</version>
</dependency>

SBT
Expand All @@ -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
-------
Expand Down

0 comments on commit 24941ab

Please sign in to comment.