From 3c5926f2165516bfbe8e183a61bb946a002a57da Mon Sep 17 00:00:00 2001 From: Jean Michel Rouly Date: Sat, 8 Dec 2018 18:52:17 -0500 Subject: [PATCH] v1.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9815b8c..44fc6b9 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ lazy val commonSettings = Seq( resolvers += Resolver.bintrayRepo("jrouly", "sbt-release"), organization := "net.rouly", scalaVersion := "2.11.12", - version := "1.0", + version := "1.1", name := s"employability-${name.value}" ) ++ Bintray.settings