From 641e8e0496a838462cf925a8bd6de06661216a01 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 28 Sep 2024 20:11:44 +0000 Subject: [PATCH] Update scala3-library to 3.3.4 --- .../nmoncho/helenus/internal/macros/CqlQueryInterpolation.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/src/main/scala/net/nmoncho/helenus/internal/macros/CqlQueryInterpolation.scala b/core/src/main/scala/net/nmoncho/helenus/internal/macros/CqlQueryInterpolation.scala index 51f7a82..9988c70 100644 --- a/core/src/main/scala/net/nmoncho/helenus/internal/macros/CqlQueryInterpolation.scala +++ b/core/src/main/scala/net/nmoncho/helenus/internal/macros/CqlQueryInterpolation.scala @@ -146,7 +146,7 @@ object CqlQueryInterpolation: case _ => encScala3_3_3(using q, term.tpe.widen.asType.asInstanceOf[Type[Any]])(bstmt, term.asExpr) - // The following code works on Scala 3.4.2 but not on Scala 3.3.3 LTS + // The following code works on Scala 3.4.2 but not on Scala 3.3.4 LTS // The offending code is `term.tpe.widen.asType match case '[t] =>` // More specifically `'[t]`. // I'm keeping this here until it's resolved in a patch version