Skip to content

Commit 0bc4885

Browse files
committed
Fix #2530: Look for our version number in correct place.
1 parent 5192eac commit 0bc4885

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
@@ -7,7 +7,7 @@ import java.util.jar.Attributes.{ Name => AttributeName }
77

88
/** Loads `library.properties` from the jar. */
99
object Properties extends PropertiesTrait {
10-
protected def propCategory = "library"
10+
protected def propCategory = "compiler"
1111
protected def pickJarBasedOn = classOf[Option[_]]
1212

1313
/** Scala manifest attributes.

0 commit comments

Comments
 (0)