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 =
175175 scalaVersion := scala3Version,
176176 libraryDependencies ++= scalaTestDeps,
177177 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" ,
179179 libraryDependencies += " com.typesafe" % " config" % " 1.4.3"
180180 )
181181
@@ -513,7 +513,7 @@ lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))
513513 .settings(
514514 name := " nscalatime" ,
515515 scalaVersion := scala3Version,
516- libraryDependencies += " com.github.nscala-time" %% " nscala-time" % " 2.32 .0" ,
516+ libraryDependencies += " com.github.nscala-time" %% " nscala-time" % " 2.34 .0" ,
517517 libraryDependencies ++= scalaTestDeps
518518 )
519519
You can’t perform that action at this time.
0 commit comments