From ce781b526321271d9d562a5425b6dd3fe4eee054 Mon Sep 17 00:00:00 2001 From: paolo Date: Mon, 11 Jun 2018 14:04:54 +0200 Subject: [PATCH 1/3] Updated sbt-org-policies version to 0.9.1 --- project/plugins.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index b5c5c133..7b645018 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ resolvers += Resolver.sonatypeRepo("releases") -addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.8.24") \ No newline at end of file +addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.9.1") \ No newline at end of file From ec183ea103b685243b4f90faf5645ae5f1001ca1 Mon Sep 17 00:00:00 2001 From: paolo Date: Tue, 12 Jun 2018 11:37:50 +0200 Subject: [PATCH 2/3] Updated the .travis.yml file with the new Scala version --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a85c9d4..138b5fd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,7 +6,7 @@ jdk: scala: - 2.10.7 - 2.11.12 - - 2.12.4 + - 2.12.6 before_install: - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then @@ -38,7 +38,7 @@ jobs: - sbt ++$TRAVIS_SCALA_VERSION orgCheckSettings - sbt ++$TRAVIS_SCALA_VERSION docs/tut - bash <(curl -s https://codecov.io/bash) - scala: 2.12.4 + scala: 2.12.6 - stage: deploy script: - if [ "$TRAVIS_BRANCH" = "master" -a "$TRAVIS_PULL_REQUEST" = "false" ]; then @@ -54,7 +54,7 @@ jobs: sbt docs/publishMicrosite; fi fi - scala: 2.12.4 + scala: 2.12.6 cache: directories: From ef1d1fcf482dc6a37bc6528326e26cf326990fa0 Mon Sep 17 00:00:00 2001 From: paolo Date: Wed, 13 Jun 2018 12:31:54 +0200 Subject: [PATCH 3/3] Release 0.2.5 version and updated sbt-org-policies to 0.9.2 --- project/plugins.sbt | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 7b645018..7b830df3 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ resolvers += Resolver.sonatypeRepo("releases") -addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.9.1") \ No newline at end of file +addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.9.2") \ No newline at end of file diff --git a/version.sbt b/version.sbt index 0ed919ee..c739badb 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.2.5-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.2.5" \ No newline at end of file