Skip to content

Commit

Permalink
Pin scopt 3.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
kciesielski committed Feb 13, 2024
1 parent d53f4c7 commit b37b03c
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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." }]
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"}
]

0 comments on commit b37b03c

Please sign in to comment.