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 @@ -176,7 +176,7 @@ lazy val scala_core_dates =
176176 scalaVersion := scala3Version,
177177 libraryDependencies ++= scalaTestDeps,
178178 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" ,
180180 libraryDependencies += " com.typesafe" % " config" % " 1.4.3"
181181 )
182182
@@ -533,7 +533,7 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))
533533 .settings(
534534 name := " nscalatime" ,
535535 scalaVersion := scala3Version,
536- libraryDependencies += " com.github.nscala-time" %% " nscala-time" % " 2.34 .0" ,
536+ libraryDependencies += " com.github.nscala-time" %% " nscala-time" % " 3.0 .0" ,
537537 libraryDependencies ++= scalaTestDeps
538538 )
539539
You can’t perform that action at this time.
0 commit comments