mdedetrich commented on code in PR #73:
URL: 
https://github.com/apache/incubator-pekko-connectors/pull/73#discussion_r1143103904


##########
build.sbt:
##########
@@ -153,8 +153,15 @@ lazy val geode =
     "geode",
     Dependencies.Geode,
     Test / fork := true,
-    // https://github.com/scala/bug/issues/12072
-    Test / scalacOptions += "-Xlint:-byname-implicit")
+    Test / scalacOptions ++= {
+      CrossVersion.partialVersion(scalaVersion.value) match {
+        case Some((2, n)) if n == 13 =>
+          // https://github.com/scala/bug/issues/12072
+          List("-Xlint:-byname-implicit")

Review Comment:
   This flag only exists for Scala 2.13, not 2.12



-- 
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