From bdd6357b47082d6377e100850cedeee2ea67ac90 Mon Sep 17 00:00:00 2001 From: Simon Hildrew Date: Tue, 13 Nov 2012 18:07:26 +0000 Subject: [PATCH] Prepare for 5.20 development cycle --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e94d129..6162103 100644 --- a/build.sbt +++ b/build.sbt @@ -3,7 +3,7 @@ import java.util.jar._ crossScalaVersions in ThisBuild := Seq("2.9.1") // doing "in ThisBuild" makes this default setting for all projects in this build -version in ThisBuild := "5.19-SNAPSHOT" +version in ThisBuild := "5.20-SNAPSHOT" organization in ThisBuild := "com.gu"