From cab5bcc9bd24ce9705f5590117731766e36490e0 Mon Sep 17 00:00:00 2001 From: "liviu.ungureanu" Date: Fri, 29 May 2020 14:18:17 +0100 Subject: [PATCH] use scala 2.11.8 and version bump to 2.1.6-msw --- README.md | 2 +- build.sbt | 3 ++- project/version.properties | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 464b9dc..7ed7828 100644 --- a/README.md +++ b/README.md @@ -64,7 +64,7 @@ a high-level feature list: Op-Rabbit is available on Maven Central ```scala -val opRabbitVersion = "2.1.0" +val opRabbitVersion = "2.1.6-msw" libraryDependencies ++= Seq( "com.spingo" %% "op-rabbit-core" % opRabbitVersion, diff --git a/build.sbt b/build.sbt index 0c1cb08..b24efd6 100644 --- a/build.sbt +++ b/build.sbt @@ -13,10 +13,11 @@ val appProperties = { val assertNoApplicationConf = taskKey[Unit]("Makes sure application.conf isn't packaged") + val commonSettings = Seq( organization := "com.spingo", version := appProperties.getProperty("version"), - scalaVersion := "2.12.10", + scalaVersion := "2.11.8", crossScalaVersions := Seq("2.12.10", "2.13.1"), libraryDependencies ++= Seq( "com.chuusai" %% "shapeless" % "2.3.3", diff --git a/project/version.properties b/project/version.properties index 1d50c83..5203a68 100644 --- a/project/version.properties +++ b/project/version.properties @@ -1 +1 @@ -version=2.1.0 +version=2.1.6-msw