Skip to content

Commit

Permalink
v0.1.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
migesok committed Aug 15, 2014
1 parent 702315d commit 9513fab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "com.migesok"

name := "akka-persistence-in-memory-snapshot-store"

version := "0.1-SNAPSHOT"
version := "0.1.0"

scalaVersion := "2.10.4"

Expand All @@ -16,4 +16,4 @@ libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "2.2.0" % "test",
"com.github.krasserm" %% "akka-persistence-testkit" % "0.3.4" % "test",
"com.github.michaelpisula" %% "akka-persistence-inmemory" % "0.2.1" % "test"
)
)

0 comments on commit 9513fab

Please sign in to comment.