diff --git a/core/src/main/scala-3.3.6/replpp/DottyRandomStuff.scala b/core/src/main/scala-3.3.6/replpp/DottyRandomStuff.scala index bc09ee2..468df83 100644 --- a/core/src/main/scala-3.3.6/replpp/DottyRandomStuff.scala +++ b/core/src/main/scala-3.3.6/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.3.6/compiler/src/dotty/tools/repl/ParseResult.scala#L135 + /** Based on https://github.com/scala/scala3/blob/3.3.7/compiler/src/dotty/tools/repl/ParseResult.scala#L135 * change: removed [private] classifier so we can access it... * alternatively we could use reflection... */