Skip to content

Commit 3ab36c4

Browse files
authored
Update SonatypeCentralPublisher.scala
1 parent 5aa11bf commit 3ab36c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/scalalib/src/mill/scalalib/SonatypeCentralPublisher.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ class SonatypeCentralPublisher(
8787
publishingType: PublishingType
8888
): Unit = {
8989
try {
90-
mill.api.Retry(
90+
mill.util.Retry(
9191
count = 5,
9292
backoffMillis = 1000,
9393
filter = (_, ex) => ex.getMessage.contains("Read end dead")

0 commit comments

Comments
 (0)