From 115d8fbd1c3284dc8f1d14ad963581fc479dbe89 Mon Sep 17 00:00:00 2001 From: Felix Dietze Date: Wed, 30 Sep 2015 16:13:24 +0200 Subject: [PATCH] bump version to 0.3.4 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 9ce3a9e..989f672 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ renesca-magic is an abstraction layer for [renesca](https://github.com/renesca/r To use renesca-magic in your sbt project, add these dependencies and the marco compiler plugin to your ```build.sbt```: ```scala -libraryDependencies += "com.github.renesca" %% "renesca-magic" % "0.3.3" +libraryDependencies += "com.github.renesca" %% "renesca-magic" % "0.3.4" addCompilerPlugin("org.scalamacros" % "paradise" % "2.1.0-M5" cross CrossVersion.full) ``` diff --git a/build.sbt b/build.sbt index 93271aa..4200848 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "renesca-magic" // don't forget to change the version in README.md -version := "0.3.3" +version := "0.3.4" val scalaV = "2.11.7"