diff --git a/core/src/main/scala-3.6.4/replpp/DottyRandomStuff.scala b/core/src/main/scala-3.6.4/replpp/DottyRandomStuff.scala index 001f974..aded9b5 100644 --- a/core/src/main/scala-3.6.4/replpp/DottyRandomStuff.scala +++ b/core/src/main/scala-3.6.4/replpp/DottyRandomStuff.scala @@ -13,7 +13,7 @@ private[replpp] object DottyRandomStuff { new StoreReporter(null) with UniqueMessagePositions with HideNonSensicalMessages } - /** Based on https://github.com/scala/scala3/blob/3.6.4/compiler/src/dotty/tools/repl/ParseResult.scala#L135 + /** Based on https://github.com/scala/scala3/blob/3.7.0/compiler/src/dotty/tools/repl/ParseResult.scala#L135 * change: removed [private] classifier so we can access it... * alternatively we could use reflection... */