Skip to content

Commit

Permalink
Update nscala-time to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 19, 2025
1 parent 70fa3d8 commit f796cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ val buildSettings = Seq(
"com.amazonaws" % "aws-java-sdk-s3" % "1.12.779",
"de.svenkubiak" % "jBCrypt" % "0.4.1",
"com.github.daddykotex" %% "courier" % "3.2.0", // ### Scala 3
"com.github.nscala-time" %% "nscala-time" % "2.34.0", // ### Scala 3
"com.github.nscala-time" %% "nscala-time" % "3.0.0", // ### Scala 3
"com.github.blemale" %% "scaffeine" % "5.3.0", // ### Scala 3
"de.zalando" %% "beard" % "0.3.3" exclude("ch.qos.logback", "logback-classic") from "https://github.com/OpenOlitor/beard/releases/download/0.3.3/beard_2.13-0.3.3.jar", // ### NO Scala 3, NO Scala 2.13
// transitive dependencies of legacy de.zalando.beard
Expand Down

0 comments on commit f796cd5

Please sign in to comment.