We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5231f9 commit eed5551Copy full SHA for eed5551
project/Deps.scala
@@ -11,7 +11,7 @@ object Deps {
11
def argonautShapeless = setting("com.github.alexarchambault" %%% "argonaut-shapeless_6.3" % "1.3.0")
12
def dataClass = "io.github.alexarchambault" %% "data-class" % "0.2.5"
13
def jodaTime = "joda-time" % "joda-time" % "2.10.14"
14
- def rhino = "org.mozilla" % "rhino" % "1.7.13"
+ def rhino = "org.mozilla" % "rhino" % "1.7.14"
15
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.7")
16
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.15" % "1.3.0")
17
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "1.2.0")
0 commit comments