Skip to content

Commit 4bb08f7

Browse files
aherlihyGedochao
andauthored
Update compiler/src/dotty/tools/repl/ReplDriver.scala
Co-authored-by: Piotr Chabelski <[email protected]>
1 parent 7b142b8 commit 4bb08f7

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
@@ -514,7 +514,7 @@ class ReplDriver(settings: Array[String],
514514
}
515515

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

520520
case JarCmd(path) =>

0 commit comments

Comments
 (0)