Skip to content

Commit

Permalink
Bumps version to 0.5.0 snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
tabdulradi committed Nov 16, 2016
1 parent da1feee commit 19f9179
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion examples/demo/build.sbt
Expand Up @@ -2,6 +2,6 @@ scalaVersion := "2.11.8"

resolvers += Resolver.bintrayRepo("tabdulradi", "maven")

libraryDependencies += "io.github.cassandra-scala" %% "troy" % "0.4.0"
libraryDependencies += "io.github.cassandra-scala" %% "troy" % "0.5.0-SNAPSHOT"

unmanagedClasspath in Compile ++= (unmanagedResources in Compile).value
2 changes: 1 addition & 1 deletion examples/versioned-schema-demo/build.sbt
Expand Up @@ -2,6 +2,6 @@ scalaVersion := "2.12.0"

resolvers += Resolver.bintrayRepo("tabdulradi", "maven")

libraryDependencies += "io.github.cassandra-scala" %% "troy" % "0.4.0"
libraryDependencies += "io.github.cassandra-scala" %% "troy" % "0.5.0-SNAPSHOT"

unmanagedClasspath in Compile ++= (unmanagedResources in Compile).value
2 changes: 1 addition & 1 deletion version.sbt
@@ -1 +1 @@
version in ThisBuild := "0.4.0"
version in ThisBuild := "0.5.0-SNAPSHOT"

0 comments on commit 19f9179

Please sign in to comment.