Skip to content

Commit fe74ead

Browse files
committed
Replace deprecated annotation
1 parent 7cb80e6 commit fe74ead

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/scala/async/internal/AsyncBase.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
package scala.async.internal
1414

15-
import scala.reflect.internal.annotations.compileTimeOnly
15+
import scala.annotation.compileTimeOnly
1616
import scala.reflect.macros.whitebox
1717
import scala.reflect.api.Universe
1818

0 commit comments

Comments
 (0)