Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit f14495b

Browse files
aherlihyGedochao
authored andcommittedApr 25, 2025
Update compiler/src/dotty/tools/repl/ReplDriver.scala
Co-authored-by: Piotr Chabelski <ged.subfan@gmail.com> [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

Lines changed: 1 addition & 1 deletion
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)
Please sign in to comment.