From 19a05b1b2efaa175d5ecb02852f7ca546566745d Mon Sep 17 00:00:00 2001 From: Havoc Pennington Date: Fri, 9 Dec 2011 10:21:04 -0500 Subject: [PATCH] v0.1.8 release --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 67dfefc8..babc75e9 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ // Versions and git tags should follow: http://semver.org/ // except using -SNAPSHOT instead of without hyphen. -version in GlobalScope := "0.1.7-SNAPSHOT" +version in GlobalScope := "0.1.8" organization in GlobalScope := "com.typesafe.config"