Skip to content

Commit 182861b

Browse files
committed
Fix compiler version (unknown) in community build
1 parent 9ee3389 commit 182861b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/config/Properties.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ import java.nio.charset.StandardCharsets
1111
/** Loads `library.properties` from the jar. */
1212
object Properties extends PropertiesTrait {
1313
protected def propCategory: String = "compiler"
14-
protected def pickJarBasedOn: Class[Option[?]] = classOf[Option[?]]
14+
protected def pickJarBasedOn: Class[PropertiesTrait] = classOf[PropertiesTrait]
1515

1616
/** Scala manifest attributes.
1717
*/

0 commit comments

Comments
 (0)