From 7bedbc57caba8adafaeecd0f86149ba1d43c0842 Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Tue, 1 Oct 2024 00:01:13 +0200 Subject: [PATCH] Update nscala-time to 2.34.0 (#515) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Rui Gonçalves --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 24b2cbaac..06cce6c14 100644 --- a/build.sbt +++ b/build.sbt @@ -17,7 +17,7 @@ lazy val core = project .settings( name := "scala-scraper", libraryDependencies ++= Seq( - "com.github.nscala-time" %% "nscala-time" % "2.32.0", + "com.github.nscala-time" %% "nscala-time" % "2.34.0", "org.htmlunit" % "htmlunit" % "4.4.0", "org.jsoup" % "jsoup" % "1.18.1", "org.scalaz" %% "scalaz-core" % "7.3.8",