Skip to content

Commit

Permalink
Pin wiremock to 2.x (#195)
Browse files Browse the repository at this point in the history
replaces #183 until we drop support for Java 8
  • Loading branch information
raboof authored Apr 7, 2024
1 parent 9e7e2e1 commit 1a83f23
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ updates.pin = [
# Scala 3.3 is a LTS
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.3." }
# Pin logback to v1.3.x because v1.4.x needs JDK11
{ groupId = "ch.qos.logback", version="1.3." }
{ groupId = "ch.qos.logback", version = "1.3." }
# Pin wiremock to v2.x because v3.x needs JDK11
{ groupId = "com.github.tomakehurst", artifactId = "2.", version="1.3." }
]

updates.ignore = [
Expand Down

0 comments on commit 1a83f23

Please sign in to comment.