From 1c6876c9b8303bc74653245e17b66011ce2ec18f Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 8 Jan 2020 19:07:09 +0100 Subject: [PATCH] Update nashorn-promise to 0.1.3 (#41) --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b71ee4a..12e0a23 100644 --- a/build.sbt +++ b/build.sbt @@ -65,7 +65,7 @@ lazy val core = project "io.circe" %% "circe-generic-extras" % "0.12.2", "io.circe" %% "circe-parser" % "0.12.3", "io.dylemma" %% "xml-spac" % "0.7", - "net.arnx" % "nashorn-promise" % "0.1.2", + "net.arnx" % "nashorn-promise" % "0.1.3", "org.apache.kafka" % "kafka-streams" % "2.4.0", "org.scala-lang.modules" %% "scala-java8-compat" % "0.9.0", "org.scalatest" %% "scalatest" % "3.1.0" % Test