Skip to content
This repository was archived by the owner on Jul 11, 2019. It is now read-only.
Open
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
10 changes: 3 additions & 7 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
import de.heikoseeberger.sbtheader.HeaderPattern

lazy val globalSettings = Seq(
headers := Map(
"scala" -> (
HeaderPattern.cStyleBlockComment,
headerLicense := Some(HeaderLicense.Custom(
s"""/* Copyright (c) 2018 CiBO Technologies - All Rights Reserved
| * You may use, distribute, and modify this code under the
| * terms of the BSD 3-Clause license.
Expand All @@ -14,9 +10,9 @@ lazy val globalSettings = Seq(
| */
|
|""".stripMargin
)
),
)),
organization := "com.cibo",
organizationName := "CiBO Technologies",
homepage := Some(url("https://github.com/cibotech/leaflet-facade")),
licenses += ("BSD Simplified", url("https://opensource.org/licenses/BSD-3-Clause")),
scmInfo := Some(ScmInfo(
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 0.13.11
sbt.version = 1.1.1
10 changes: 5 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.19")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "1.6.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.0.0")
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.3")
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")