diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 0000000..4b6a192 --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1,4 @@ +updates.ignore = [ + # see https://github.com/scala/scala-java8-compat/pull/306 + { groupId = "org.apache.commons", artifactId = "commons-lang3" } +]