Skip to content

Commit

Permalink
Org policies plugin and dep released versions (#153)
Browse files Browse the repository at this point in the history
* Org policies plugin and dep released versions
* Changes the org-policies version to the released one
  • Loading branch information
juanpedromoreno authored Mar 25, 2017
1 parent e23db86 commit 8d8608e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,8 @@ object ProjectPlugin extends AutoPlugin {
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.0"),
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.2.0"),
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.8"),
addSbtPlugin(
"com.47deg" % "sbt-org-policies" % "0.2.2-SNAPSHOT" % "compile" exclude ("com.47deg", "sbt-microsites")),
libraryDependencies ++= Seq(
"com.47deg" %% "org-policies-core" % "0.3.0",
"com.lihaoyi" %% "scalatags" % "0.6.0",
"org.scalactic" %% "scalactic" % "3.0.0",
"net.jcazevedo" %% "moultingyaml" % "0.4.0",
Expand Down Expand Up @@ -111,6 +110,7 @@ object ProjectPlugin extends AutoPlugin {
Seq(
name := "sbt-microsites",
description := "An sbt plugin to create awesome microsites for your project",
startYear := Some(2016),
scalaVersion := "2.10.6",
crossScalaVersions := Seq("2.10.6"),
scalaOrganization := "org.scala-lang"
Expand Down
3 changes: 2 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
libraryDependencies += "org.scala-sbt" % "scripted-plugin" % sbtVersion.value

resolvers += Resolver.sonatypeRepo("snapshots")
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.2.2-SNAPSHOT")
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.3.0")
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.5.0")

0 comments on commit 8d8608e

Please sign in to comment.