pjfanning commented on code in PR #3059:
URL: https://github.com/apache/pekko/pull/3059#discussion_r3407922047


##########
project/PekkoBuild.scala:
##########
@@ -97,7 +97,11 @@ object PekkoBuild {
         "-feature",
         "-unchecked",
         // 'blessed' since 2.13.1
-        "-language:higherKinds")
+        "-language:higherKinds") ++
+      (CrossVersion.partialVersion(scalaVersion.value) match {
+        case Some((3, 3)) => Seq("-Yfuture-lazy-vals")

Review Comment:
   we don't need this to be so complicated - just add it the Seq starting on 
line 94



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to