diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 00000000..d29b8987 --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1,4 @@ +updates.ignore = [ + # We don't depend on it explicitly, but Scala Steward thinks we do and breaks the build definition + { groupId = "org.scala-sbt", artifactId = "scripted-plugin" } +]