Skip to content

Commit

Permalink
Merge pull request #763 from scala-steward/update/scaffeine-5.3.0
Browse files Browse the repository at this point in the history
Update scaffeine to 5.3.0
  • Loading branch information
mcmpp authored Jul 16, 2024
2 parents 3a44eb9 + 6018eb0 commit 5a03db9
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 @@ -98,7 +98,7 @@ val buildSettings = Seq(
"de.svenkubiak" % "jBCrypt" % "0.4.1",
"com.github.daddykotex" %% "courier" % "3.2.0", // ### Scala 3
"com.github.nscala-time" %% "nscala-time" % "2.32.0", // ### Scala 3
"com.github.blemale" %% "scaffeine" % "5.2.1", // ### 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
"org.antlr" % "antlr4" % "4.8-1",
Expand Down

0 comments on commit 5a03db9

Please # to comment.