Skip to content

Commit

Permalink
feature: Allow fewer braces for Scala 3.3.x
Browse files Browse the repository at this point in the history
Follow up from scala/scala3#16297
  • Loading branch information
tgodzik committed Nov 8, 2022
1 parent 4ed08fd commit be8dc28
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ package object dialects {

implicit val Scala32 = Scala31

implicit val Scala3 = Scala32
implicit val Scala33 = Scala31.withAllowFewerBraces(true)

implicit val Scala3 = Scala33

implicit val Scala3Future = Scala3
.withAllowUnderscoreAsTypePlaceholder(true)
Expand Down

0 comments on commit be8dc28

Please sign in to comment.