Twirl 1.6.10
Noteworthy Scala 3 improvements
Twirl now supports using in it's templates, so you can define template parameters like:
@(x: Int)(using y: Int)
Thanks to @ajafri2001 for implementing this feature :raised_hands::
- https://github.com/playframework/twirl/pull/933 Prepend "using" at the callsite when definition site has implicit parameter
Changes
- #958 [1.6.x] Patch updates by @mkurz
- #955 [1.6.x] Prepend "using" at the callsite when definition site has implicit parameter (backport #933) by @ajafri2001 by @mergify[bot]
- #946 [1.6.x] Patch updates by @scala-steward
- #931 [1.6.x] sbt-java-formatter 0.10.0 (was 0.8.0) by @scala-steward
- #932 [1.6.x] Patch updates by @scala-steward
- #923 [1.6.x] Patch updates by @scala-steward
- #912 [1.6.x] Patch updates by @scala-steward





