diff --git a/build.sbt b/build.sbt index 3143a52..61e2c89 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ libraryDependencies ++= Seq( "io.circe" %% "circe-parser" % circeVersion, "org.apache.spark" %% "spark-sql" % sparkVersion % Provided, "junit" % "junit" % "4.13.2" % Test, - "org.scalatest" %% "scalatest" % "3.2.16" % Test, + "org.scalatest" %% "scalatest" % "3.2.17" % Test, "com.github.sbt" % "junit-interface" % "0.13.3" % Test exclude ("junit", "junit-dep") ) diff --git a/project/assembly.sbt b/project/assembly.sbt index f55a62c..d83c883 100644 --- a/project/assembly.sbt +++ b/project/assembly.sbt @@ -1 +1 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")