Skip to content

Commit

Permalink
can use extension method on lts
Browse files Browse the repository at this point in the history
  • Loading branch information
rssh committed Sep 7, 2024
1 parent 1bb861b commit 2515b3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/BasicUsage.rst
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ This minimal example is for |Future|_ monad and depends on library |dotty-cps-as
// https://mvnrepository.com/artifact/com.github.rssh/dotty-cps-async
libraryDependencies += "com.github.rssh" %% "dotty-cps-async" % "0.9.22"
From '0.9.22' on scala '3.5.0' or later, we can use `await` as extension method:
From '0.9.22' we can use `await` as extension method:

.. code-block:: scala
Expand Down

0 comments on commit 2515b3d

Please sign in to comment.