From d0a7ddf111eb31ae0d791488dd0ae55b3b33f904 Mon Sep 17 00:00:00 2001 From: Greg Orzell Date: Mon, 5 Sep 2016 11:27:00 +0200 Subject: [PATCH] - Bump the version number since the dependencies changed significantly. - Add a third place to be consistent with Semantic Versioning (semver.org) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5d48e1e..98331d4 100644 --- a/build.sbt +++ b/build.sbt @@ -2,7 +2,7 @@ organization := "com.kifi" name := "slack-client" -version := "0.2" +version := "0.3.0" scalaVersion := "2.11.8"