From 78ad2652fade95f3aa9463fb258f55408ad5d591 Mon Sep 17 00:00:00 2001 From: hrj Date: Wed, 7 Sep 2016 21:20:30 +0530 Subject: [PATCH] bumped version to 0.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 52a952bb..fce0fcec 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val commonSettings = Seq( // circular dependencies with sub-projects organization := "in.co.uproot", - version := "0.3.0-rc1", + version := "0.3.0", scalaVersion := "2.11.8", scalacOptions := List("-deprecation"), wartremoverWarnings ++= Warts.allBut(Wart.ToString, Wart.Throw),