Skip to content
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
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,13 @@ lazy val finnpic = crossProject
Developer(
"vpeurala",
"Ville Peurala",
"ville.peurala@orangit.fi",
"hello@orangit.fi",
url("https://github.com/vpeurala")
),
Developer(
"uberpallo",
"Kasper Jaakkola",
"kasper.jaakkola@orangit.fi",
"Kasper Paavolainen",
"kasper.paavolainen@orangit.fi",
url("https://github.com/uberpallo")
)
),
Expand Down
5 changes: 2 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@ addSbtPlugin("com.codacy" % "sbt-codacy-coverage" % "3.0.3")
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.1.1")
// TODO vpeurala: Enable this when sbt-doctest supports Scala.js.
// addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.9.6")
// TODO vpeurala: Enable this when Scala.js 1.0 is released.
// addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.33")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.4.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.1")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.5")