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.
1 parent d0ad11b commit a9b9cb9Copy full SHA for a9b9cb9
build.sbt
@@ -495,6 +495,14 @@ lazy val refined = (project in file("scala-libraries-standalone/refined"))
495
libraryDependencies ++= scalaTestDeps
496
)
497
498
+lazy val nscalatime = (project in file("scala-libraries-standalone/nscalatime"))
499
+ .settings(
500
+ name := "nscalatime",
501
+ scalaVersion := scala3Version,
502
+ libraryDependencies += "com.github.nscala-time" %% "nscala-time" % "2.32.0",
503
+ libraryDependencies ++= scalaTestDeps
504
+ )
505
+
506
val spireVersion = "0.18.0"
507
val kafkaVersion = "7.7.0-ce"
508
val pureconfigVersion = "0.17.7"
0 commit comments