From 8d402caa8c308607db3f3c77657f26805aa8c1ae Mon Sep 17 00:00:00 2001 From: AdrianRaFo Date: Thu, 1 Feb 2018 12:39:54 +0100 Subject: [PATCH 1/3] Update sbt-org-policies version --- project/plugins.sbt | 2 +- src/main/scala-sbt-1.0/compat.scala | 2 +- src/main/scala/freestyle/FreestylePlugin.scala | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 220e110..9c5faf6 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.21") +addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.8.25") diff --git a/src/main/scala-sbt-1.0/compat.scala b/src/main/scala-sbt-1.0/compat.scala index 4ffc735..708adf0 100644 --- a/src/main/scala-sbt-1.0/compat.scala +++ b/src/main/scala-sbt-1.0/compat.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 47 Degrees, LLC. + * Copyright 2017-2018 47 Degrees, LLC. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. diff --git a/src/main/scala/freestyle/FreestylePlugin.scala b/src/main/scala/freestyle/FreestylePlugin.scala index a04217b..26b1473 100644 --- a/src/main/scala/freestyle/FreestylePlugin.scala +++ b/src/main/scala/freestyle/FreestylePlugin.scala @@ -1,5 +1,5 @@ /* - * Copyright 2017 47 Degrees, LLC. + * Copyright 2017-2018 47 Degrees, LLC. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. From 92a3d169bea20aac334d6ed1c4414e70d8fee4c3 Mon Sep 17 00:00:00 2001 From: AdrianRaFo Date: Thu, 1 Feb 2018 12:42:01 +0100 Subject: [PATCH 2/3] Ready for 0.3.16 --- version.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sbt b/version.sbt index 8011d57..4815b09 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.3.16-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.3.16" \ No newline at end of file From 709c74b08f17576592a58054cb6a2b7d6fab8bec Mon Sep 17 00:00:00 2001 From: AdrianRaFo Date: Thu, 1 Feb 2018 17:02:29 +0100 Subject: [PATCH 3/3] Ready for 0.3.18 --- version.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.sbt b/version.sbt index 4815b09..da36e12 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.3.16" \ No newline at end of file +version in ThisBuild := "0.3.18" \ No newline at end of file