Skip to content
This repository was archived by the owner on Apr 17, 2022. It is now read-only.

Commit e655ec4

Browse files
committed
Deprecated rhino settings removed
1 parent aae5dd9 commit e655ec4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ jsDependencies += RuntimeDOM
2222
// uTest settings
2323
libraryDependencies += "com.lihaoyi" %%% "utest" % "0.4.4" % "test"
2424
testFrameworks += new TestFramework("utest.runner.Framework")
25-
// use phantomjs for tests because d3 lib uses not features not supported by rhino
26-
scalaJSUseRhino in Global := false
2725

2826
homepage := Some(url("https://github.com/spaced/scala-js-d3"))
2927
licenses += ("BSD New", url("https://github.com/spaced/scala-js-d3/blob/master/LICENSE"))

project/build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.13")
22

33
addSbtPlugin("me.lessis" % "bintray-sbt" % "0.3.0")
44

5-
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")
5+
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.1")
66

7-
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.0")
7+
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.3")

0 commit comments

Comments
 (0)