Skip to content

Commit

Permalink
Update remaining comminity projects
Browse files Browse the repository at this point in the history
  • Loading branch information
noti0na1 committed May 6, 2024
1 parent b339dad commit ef08237
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion community-build/community-projects/Monocle
Submodule Monocle updated 1 files
+1 −1 build.sbt
2 changes: 1 addition & 1 deletion community-build/community-projects/akka
Submodule akka updated 1 files
+2 −2 project/AkkaBuild.scala
2 changes: 1 addition & 1 deletion community-build/community-projects/endpoints4s
2 changes: 1 addition & 1 deletion community-build/community-projects/scalaz
Submodule scalaz updated 1 files
+2 −2 project/build.scala
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/dotc/config/Feature.scala
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ object Feature:
(clauseInterleaving, "Enable clause interleaving"),
(pureFunctions, "Enable pure functions for capture checking"),
(captureChecking, "Enable experimental capture checking"),
(into, "Allow into clauses in pattern matches")
(into, "Allow into modifier on parameter types")
)

private def enabledLanguageFeaturesBySetting(using Context): List[String] =
Expand Down

0 comments on commit ef08237

Please sign in to comment.