Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump sbt-org-policies #230

Merged
merged 1 commit into from
Oct 3, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ object ProjectPlugin extends AutoPlugin {
resolvers ++= Seq(
Resolver.sonatypeRepo("snapshots"),
"jgit-repo" at "http://download.eclipse.org/jgit/maven"),
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2"),
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.0"),
addSbtPlugin(%("sbt-ghpages", true)),
addSbtPlugin(%("sbt-site", true)),
libraryDependencies ++= Seq(
%%("org-policies-core"),
%%("moultingyaml"),
Expand All @@ -41,7 +41,7 @@ object ProjectPlugin extends AutoPlugin {
val scalaBinaryVersionValue = (scalaBinaryVersion in update).value

val (tutPluginVersion, scrimageVersion) = sbtVersionValue match {
case sbtV.`0.13` => ("0.5.3", "2.1.7")
case sbtV.`0.13` => ("0.5.5", "2.1.7")
case sbtV.`1.0` => ("0.6.1", "2.1.8")
}

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.Resolver.sonatypeRepo

resolvers ++= Seq(sonatypeRepo("snapshots"), sonatypeRepo("releases"))
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.7.5")
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.7.6")

libraryDependencies += {
lazy val sbtVersionValue = (sbtVersion in pluginCrossBuild).value
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.7.3-SNAPSHOT"
version in ThisBuild := "0.7.3"