We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06e337a commit 84a847eCopy full SHA for 84a847e
modules/build/src/main/scala/scala/build/Sources.scala
@@ -89,7 +89,7 @@ object Sources {
89
// replace statements like
90
// import $ivy.`foo`,
91
// by
92
- // import $ivy.$ ,
+ // import $ivy.A ,
93
// Ideally, we should just wipe those statements, and take care of keeping 'import' and ','
94
// for standard imports.
95
val buf = content.toCharArray
0 commit comments