From a774a46d87a1ab6e47ff7e3adb85f3eca099c84a Mon Sep 17 00:00:00 2001 From: Markus Kahl Date: Thu, 29 Mar 2012 18:07:53 +0200 Subject: [PATCH] released 0.8.3 --- project/build.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.scala b/project/build.scala index 59449a5..627fceb 100644 --- a/project/build.scala +++ b/project/build.scala @@ -7,7 +7,7 @@ object Wandledi extends Build { val description = SettingKey[String]("description") val wandlediSettings = Defaults.defaultSettings ++ Seq ( - version := "0.8.3-SNAPSHOT", + version := "0.8.3", organization := "org.wandledi", scalaVersion := "2.8.1", crossScalaVersions := Seq("2.8.0", "2.8.1", "2.8.2", "2.9.0", "2.9.1"),