Skip to content

Commit f14495b

Browse files
aherlihytgodzik
authored andcommitted
Update compiler/src/dotty/tools/repl/ReplDriver.scala
Co-authored-by: Piotr Chabelski <[email protected]> [Cherry-picked 4bb08f7]
1 parent b1264fb commit f14495b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/repl/ReplDriver.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -517,7 +517,7 @@ class ReplDriver(settings: Array[String],
517517
}
518518

519519
case Require(path) =>
520-
out.println(":require has been deprecated and replaced with :jar. Please use :jar")
520+
out.println(":require is no longer supported, but has been replaced with :jar. Please use :jar")
521521
state
522522

523523
case JarCmd(path) =>

0 commit comments

Comments
 (0)