Skip to content

Commit

Permalink
Update sbt-org-policies version (#56)
Browse files Browse the repository at this point in the history
* Update sbt-org-policies version

* Ready for 0.3.18
  • Loading branch information
AdrianRaFo authored Feb 2, 2018
1 parent d85663c commit 79bdf9b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
2 changes: 1 addition & 1 deletion src/main/scala-sbt-1.0/compat.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017 47 Degrees, LLC. <http://www.47deg.com>
* Copyright 2017-2018 47 Degrees, LLC. <http://www.47deg.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/freestyle/FreestylePlugin.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright 2017 47 Degrees, LLC. <http://www.47deg.com>
* Copyright 2017-2018 47 Degrees, LLC. <http://www.47deg.com>
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.3.18-SNAPSHOT"
version in ThisBuild := "0.3.18"

0 comments on commit 79bdf9b

Please sign in to comment.