File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ lazy val scala_core_dates =
176
176
scalaVersion := scala3Version,
177
177
libraryDependencies ++= scalaTestDeps,
178
178
libraryDependencies += " joda-time" % " joda-time" % " 2.13.0" ,
179
- libraryDependencies += " com.github.nscala-time" %% " nscala-time" % " 2.34 .0" ,
179
+ libraryDependencies += " com.github.nscala-time" %% " nscala-time" % " 3.0 .0" ,
180
180
libraryDependencies += " com.typesafe" % " config" % " 1.4.3"
181
181
)
182
182
@@ -533,7 +533,7 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))
533
533
.settings(
534
534
name := " nscalatime" ,
535
535
scalaVersion := scala3Version,
536
- libraryDependencies += " com.github.nscala-time" %% " nscala-time" % " 2.34 .0" ,
536
+ libraryDependencies += " com.github.nscala-time" %% " nscala-time" % " 3.0 .0" ,
537
537
libraryDependencies ++= scalaTestDeps
538
538
)
539
539
You can’t perform that action at this time.
0 commit comments