Skip to content

Commit dd7093d

Browse files
authored
Merge pull request #14 from CodelyTV/update/nscala-time-2.34.0
Update nscala-time to 2.34.0
2 parents 56375e4 + c5a1cdc commit dd7093d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import sbt._
22

33
object Dependencies {
44
private val prod = Seq(
5-
"com.github.nscala-time" %% "nscala-time" % "2.32.0",
5+
"com.github.nscala-time" %% "nscala-time" % "2.34.0",
66
"com.lihaoyi" %% "pprint" % "0.9.0",
77
"org.apache.spark" %% "spark-core" % "3.5.0" % Provided,
88
"org.apache.spark" %% "spark-sql" % "3.5.0" % Provided,

0 commit comments

Comments
 (0)