We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 56375e4 + c5a1cdc commit dd7093dCopy full SHA for dd7093d
project/Dependencies.scala
@@ -2,7 +2,7 @@ import sbt._
2
3
object Dependencies {
4
private val prod = Seq(
5
- "com.github.nscala-time" %% "nscala-time" % "2.32.0",
+ "com.github.nscala-time" %% "nscala-time" % "2.34.0",
6
"com.lihaoyi" %% "pprint" % "0.9.0",
7
"org.apache.spark" %% "spark-core" % "3.5.0" % Provided,
8
"org.apache.spark" %% "spark-sql" % "3.5.0" % Provided,
0 commit comments