From e1e90740ad4a02f9ea2e02c00f59e56021e7dcc2 Mon Sep 17 00:00:00 2001 From: tarao Date: Mon, 26 Sep 2016 10:22:55 +0900 Subject: [PATCH] Bump version to 0.0.7. --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7f9346f..2b37daa 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ Add dependency in your `build.sbt` as the following. ```scala libraryDependencies ++= Seq( ... - "com.github.tarao" %% "slick-jdbc-extension" % "0.0.6" + "com.github.tarao" %% "slick-jdbc-extension" % "0.0.7" ) ``` diff --git a/build.sbt b/build.sbt index f475630..0cc3cf1 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ lazy val slickjdbcextension = (project in file(".")). settings( name := "slick-jdbc-extension", organization := "com.github.tarao", - version := "0.0.6", + version := "0.0.7", scalaVersion := "2.11.8", // Depenency