Skip to content

Commit

Permalink
Upgrades the project by using the latest sbt-org-policies version (#302)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored Feb 26, 2019
1 parent 25159d8 commit 8894b99
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 5 deletions.
4 changes: 2 additions & 2 deletions project/ProjectPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ object ProjectPlugin extends AutoPlugin {
object autoImport {

lazy val V = new {
val mdoc: String = "1.2.7"
val mdoc: String = "1.2.10"
val moultingyaml: String = "0.4.0"
val orgPolicies: String = "0.9.4"
val orgPolicies: String = "0.11.1"
val scala: String = "2.12.8"
val scalactic: String = "3.0.5"
val scalatest: String = "3.0.5"
Expand Down
10 changes: 8 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
import sbt.Resolver.sonatypeRepo

resolvers ++= Seq(sonatypeRepo("snapshots"), sonatypeRepo("releases"))
addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.9.4")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")

addSbtPlugin("com.47deg" % "sbt-org-policies" % "0.11.1")
addSbtPlugin("com.47deg" % "sbt-microsites" % "0.8.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.9.0")
addSbtPlugin("com.typesafe.sbt" % "sbt-site" % "1.3.2")
addSbtPlugin("com.typesafe.sbt" % "sbt-ghpages" % "0.6.2")
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.6.10")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "1.2.10")
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.8.1-SNAPSHOT"
version in ThisBuild := "0.9.0-M1"

0 comments on commit 8894b99

Please sign in to comment.