Skip to content

Commit 90b5ecb

Browse files
authored
build: pin caffeine to 2.9.x (#4083)
1 parent 2d1b872 commit 90b5ecb

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.scala-steward.conf

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,6 @@ updates.pin = [
2626
{ groupId = "org.scala-lang.modules", artifactId = "scala-xml", version = "1." },
2727
# https://github.com/akka/akka-http/pull/3996#issuecomment-1009953070
2828
{ groupId = "org.specs2", artifactId = "specs2-core", version = "4.10." },
29+
# https://github.com/akka/akka-http/pull/4080#issuecomment-1074853622
30+
{ groupId = "com.github.ben-manes.caffeine", artifactId = "caffeine", version = "2.9." },
2931
]

0 commit comments

Comments
 (0)