Skip to content

Commit

Permalink
pin jetty in .scala-steward.conf (#639)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Apr 28, 2024
1 parent 98e91e5 commit 4e04617
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ updates.pin = [
{ groupId = "org.apache.activemq", version = "5.16." }
# wiremock 3.0+ requires Java 11 (only used in tests)
{ groupId = "com.github.tomakehurst", version = "2." }
# jetty 10.+ requires Java 11 (only used in tests - via wiremock)
{ groupId = "org.eclipse.jetty", version = "9." }
{ groupId = "org.eclipse.jetty.http2", version = "9." }
# Pin sbt-paradox to v0.9.x because 0.10.x needs JDK 11
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox-project-info", version = "0.9." },
{ groupId = "com.lightbend.paradox", artifactId = "sbt-paradox", version = "0.9." }
Expand Down

0 comments on commit 4e04617

Please sign in to comment.