From d2733e24f6905b8d001b8c4610eb0fe38edc67cd Mon Sep 17 00:00:00 2001 From: Alexey Alekhin Date: Sun, 17 Jan 2016 23:14:06 +0100 Subject: [PATCH] Setting version to 0.14.0: * Upgraded to the ivy-s3-resolver [`v0.8.0`](https://github.com/ohnosequences/ivy-s3-resolver/releases/tag/v0.8.0) with support for server side encryption (see #46) by [@pityka](https://github.com/pityka) --- version.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sbt b/version.sbt index b9a3479..eb746f7 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.14.0-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.14.0" \ No newline at end of file