File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ lazy val scala_core_dates =
175
175
scalaVersion := scala3Version,
176
176
libraryDependencies ++= scalaTestDeps,
177
177
libraryDependencies += " joda-time" % " joda-time" % " 2.13.0" ,
178
- libraryDependencies += " com.github.nscala-time" %% " nscala-time" % " 2.32 .0" ,
178
+ libraryDependencies += " com.github.nscala-time" %% " nscala-time" % " 2.34 .0" ,
179
179
libraryDependencies += " com.typesafe" % " config" % " 1.4.3"
180
180
)
181
181
@@ -513,7 +513,7 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))
513
513
.settings(
514
514
name := " nscalatime" ,
515
515
scalaVersion := scala3Version,
516
- libraryDependencies += " com.github.nscala-time" %% " nscala-time" % " 2.32 .0" ,
516
+ libraryDependencies += " com.github.nscala-time" %% " nscala-time" % " 2.34 .0" ,
517
517
libraryDependencies ++= scalaTestDeps
518
518
)
519
519
You can’t perform that action at this time.
0 commit comments