From 79bdf9bd7437ab3fd6be7c2ecd5431712285dafc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A1n=20Ram=C3=ADrez=20Fornell?= Date: Fri, 2 Feb 2018 10:03:37 +0100 Subject: [PATCH] Update sbt-org-policies version (#56) * Update sbt-org-policies version * Ready for 0.3.18 --- project/plugins.sbt | 2 +- src/main/scala-sbt-1.0/compat.scala | 2 +- src/main/scala/freestyle/FreestylePlugin.scala | 2 +- version.sbt | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index bc9ece9..2924ecd 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") +addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.8.25") \ No newline at end of file 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. diff --git a/version.sbt b/version.sbt index d56c9a0..da36e12 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.3.18-SNAPSHOT" \ No newline at end of file +version in ThisBuild := "0.3.18" \ No newline at end of file