Skip to content

Commit b3b6e0e

Browse files
committed
Pin Scala updates due to genjavadoc issue
1 parent 51874a1 commit b3b6e0e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.scala-steward.conf

+2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ updates.ignore = [
88
{ groupId = "org.apache.pekko", artifactId = "pekko-multi-node-testkit" },
99
{ groupId = "org.apache.pekko", artifactId = "pekko-http" },
1010
{ 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" }
1113
]
1214

1315
updates.pin = [

0 commit comments

Comments
 (0)