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 6287e7d commit 61e66eeCopy full SHA for 61e66ee
modules/config/src/main/scala/scala/cli/config/Key.scala
@@ -3,7 +3,7 @@ package scala.cli.config
3
import com.github.plokhotnyuk.jsoniter_scala.core._
4
import com.github.plokhotnyuk.jsoniter_scala.macros._
5
6
-import scala.cli.config.Util._
+import scala.cli.config.Util._ // only used in 2.12, unused import in 2.13
7
8
/** A configuration key
9
*/
0 commit comments