Skip to content

Commit

Permalink
Merge branch 'main' into bastien.lemale/chore_update_caffeine_version
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Mar 3, 2024
2 parents 613ed7a + 93e5d1b commit 085c007
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 @@ -27,7 +27,7 @@ libraryDependencies ++=
"com.github.ben-manes.caffeine" % "caffeine" % CaffeineVersion.value,
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "provided",
"org.scalactic" %% "scalactic" % "3.2.17" % "test",
"org.scalactic" %% "scalactic" % "3.2.18" % "test",
"org.scalatest" %% "scalatest" % "3.2.17" % "test"
)

Expand Down

0 comments on commit 085c007

Please sign in to comment.