Skip to content

Commit

Permalink
Merge pull request #221 from Atry/template
Browse files Browse the repository at this point in the history
Update template
  • Loading branch information
Atry authored Mar 27, 2019
2 parents 199595f + 1189a8b commit af063f9
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
1 change: 1 addition & 0 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
version = "1.5.1"
maxColumn = 120
2 changes: 0 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -311,5 +311,3 @@ parallelExecution in Global := {
VersionNumber(scalaVersion.value).numbers >= Seq(2L, 12L)
}

dynverSeparator in ThisBuild := "-"

2 changes: 2 additions & 0 deletions dynver-dash-separator.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Temporary workaround for https://github.com/maxcellent/javadoc.io/issues/14
ThisBuild / dynverSeparator := "-"
1 change: 1 addition & 0 deletions project/coursier.sbt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
addSbtCoursier
8 changes: 4 additions & 4 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "6.0.0")
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.0.1")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.3.0+7-d5e88cd5")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "3.3.0+14-76cb6848")

addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")

Expand All @@ -11,5 +13,3 @@ addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "6.0.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.26")

addSbtCoursier

0 comments on commit af063f9

Please sign in to comment.