Skip to content

Commit

Permalink
Update to latest compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukagami committed May 7, 2024
1 parent 490fd99 commit bb648ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ lazy val root =
organization := "ch.epfl.lamp",
version := "0.2.0-SNAPSHOT",
libraryDependencies += "org.scala-lang" %% "scala2-library-cc-tasty-experimental" % "3.5.0-RC1-bin-SNAPSHOT",
// scalacOptions ++= Seq("-Ycc-log", "-Yprint-debug"),
testFrameworks += new TestFramework("munit.Framework")
)
)
Expand Down
2 changes: 1 addition & 1 deletion shared/src/main/scala/async/futures.scala
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ object Future:
)(using label)
res.get

override def withGroup(group: CompletionGroup): Async^{ac} = FutureAsync(group)
override def withGroup(group: CompletionGroup): Async^ = FutureAsync(group)

/** A future that is completed by evaluating `body` as a separate asynchronous operation in the given `scheduler`
*/
Expand Down

0 comments on commit bb648ec

Please sign in to comment.