We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51874a1 commit b3b6e0eCopy full SHA for b3b6e0e
.scala-steward.conf
@@ -8,6 +8,8 @@ updates.ignore = [
8
{ groupId = "org.apache.pekko", artifactId = "pekko-multi-node-testkit" },
9
{ groupId = "org.apache.pekko", artifactId = "pekko-http" },
10
{ groupId = "com.lightbend.sbt", artifactId = "sbt-java-formatter" }
11
+ # genjavadoc is broken with latest Scala 2.13.13, see https://github.com/lightbend/genjavadoc/issues/347 and https://github.com/scala/bug/issues/12966
12
+ { groupId = "org.scala-lang" }
13
]
14
15
updates.pin = [
0 commit comments