Skip to content

Commit eed5551

Browse files
Update rhino to 1.7.14 (#325)
1 parent a5231f9 commit eed5551

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Deps.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ object Deps {
1111
def argonautShapeless = setting("com.github.alexarchambault" %%% "argonaut-shapeless_6.3" % "1.3.0")
1212
def dataClass = "io.github.alexarchambault" %% "data-class" % "0.2.5"
1313
def jodaTime = "joda-time" % "joda-time" % "2.10.14"
14-
def rhino = "org.mozilla" % "rhino" % "1.7.13"
14+
def rhino = "org.mozilla" % "rhino" % "1.7.14"
1515
def shapeless = setting("com.chuusai" %%% "shapeless" % "2.3.7")
1616
def scalacheckShapeless = setting("com.github.alexarchambault" %%% "scalacheck-shapeless_1.15" % "1.3.0")
1717
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "1.2.0")

0 commit comments

Comments
 (0)