From 747a481ac83f3f1bca1c526191de113eb941084e Mon Sep 17 00:00:00 2001 From: Seth Tisue Date: Tue, 11 Apr 2017 11:27:51 -0500 Subject: [PATCH] here comes version 1.1.1 --- build.sbt | 2 +- project/build.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 00a9b20..4a53c91 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ name := "emoji" organization := "com.lightbend" -version := "1.1.0" +version := "1.1.1" lazy val scala210Version = "2.10.6" lazy val scala211Version = "2.11.8" diff --git a/project/build.properties b/project/build.properties index 72d3ef2..64317fd 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -build.version=0.13.13 \ No newline at end of file +sbt.version=0.13.15