From 858dbbf47f980a5e402295e1421be63268bbf83e Mon Sep 17 00:00:00 2001 From: Richard Dallaway Date: Mon, 26 Sep 2016 09:05:17 +0100 Subject: [PATCH] Update version to 0.3.0 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5533ef3..643740c 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Grab the code by adding the following to your `build.sbt`: libraryDependencies ++= Seq( "com.typesafe.slick" %% "slick" % "3.1.1", "com.chuusai" %% "shapeless" % "2.3.1", - "io.underscore" %% "slickless" % "0.2.1" + "io.underscore" %% "slickless" % "0.3.0" ) ~~~ diff --git a/build.sbt b/build.sbt index bd0beac..01be99d 100644 --- a/build.sbt +++ b/build.sbt @@ -1,6 +1,6 @@ name := "slickless" organization := "io.underscore" -version := "0.2.1" +version := "0.3.0" scalaVersion := "2.11.8" licenses += ("Apache-2.0", url("http://apache.org/licenses/LICENSE-2.0"))