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

Upgrades the project by using the latest sbt-org-policies version #302

Merged
merged 1 commit into from
Feb 26, 2019
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
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"