Skip to content

Commit

Permalink
Merge pull request #1462 from travisbrown/topic/workaround-cleanup
Browse files Browse the repository at this point in the history
Post-0.6.0 clean-up for now-unnecessary workarounds
  • Loading branch information
adelbertc authored Nov 10, 2016
2 parents 6ca9640 + d285466 commit bffd31f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ lazy val botBuild = settingKey[Boolean]("Build by TravisCI instead of local dev

lazy val scoverageSettings = Seq(
coverageMinimum := 60,
coverageFailOnMinimum := false,
coverageScalacPluginVersion := "1.3.0"
coverageFailOnMinimum := false
)

lazy val buildSettings = Seq(
Expand Down
6 changes: 1 addition & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,4 @@ addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.8.5")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.13")
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.4.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "1.1")
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.3.1")

// Tut is transitively pulled in by sbt-microsites, but as of 0.3.1 that
// results in the wrong version (0.4.5 instead of 0.4.6).
addSbtPlugin("org.tpolecat" % "tut-plugin" % "0.4.6")
addSbtPlugin("com.fortysevendeg" % "sbt-microsites" % "0.3.2")

0 comments on commit bffd31f

Please sign in to comment.