diff --git a/.scala-steward.conf b/.scala-steward.conf index da50d28fd8..d98b386dd3 100644 --- a/.scala-steward.conf +++ b/.scala-steward.conf @@ -4,4 +4,8 @@ updates.ignore = [ {groupId = "org.scala-lang", artifactId = "scala-compiler", version = "3."}, {groupId = "io.circe", artifactId="circe-yaml", version="1.15.0" } ] -updates.pin = [{ groupId = "com.typesafe.akka", version = "2.6." }] \ No newline at end of file +updates.pin = [ + {groupId = "com.typesafe.akka", version = "2.6."}, + # Gatling uses scopt 3.7.1 and fails on Gatling/testOnly for scopt 4.x + {groupId = "com.github.scopt", artifactId = "scopt", version = "3.7.1"} +]