Skip to content
This repository has been archived by the owner on Nov 30, 2022. It is now read-only.

Commit

Permalink
Bumps sbt-org-policies plugin (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefernandez committed Oct 20, 2017
1 parent 0a62807 commit b2b81d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/plugins.sbt
@@ -1,9 +1,9 @@
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.8.1")
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.8.3")
libraryDependencies += {
lazy val sbtVersionValue = (sbtVersion in pluginCrossBuild).value

scalaVersion.value match {
case "2.10.6" => "org.scala-sbt" % "scripted-plugin" % sbtVersionValue
case _ => "org.scala-sbt" %% "scripted-plugin" % sbtVersionValue
}
}
}

0 comments on commit b2b81d3

Please sign in to comment.