From ae809b5eec4f4cbe195d19dcab7a5e8e2feb81c1 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 15 Oct 2025 17:32:08 +0000 Subject: [PATCH] Update scala3-compiler, scala3-library to 3.3.7 --- core/src/main/scala-3.3.6/replpp/DottyRandomStuff.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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... */