Skip to content

Commit ee2a04e

Browse files
committed
updated to scala 3.0.1-RC2 (with fixed scala/scala3#12791 )
1 parent a179bae commit ee2a04e

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
//val dottyVersion = "3.0.0-RC2-bin-SNAPSHOT"
2-
val dottyVersion = "3.0.0"
2+
val dottyVersion = "3.0.1-RC2"
33
//val dottyVersion = dottyLatestNightlyBuild.get
44

55
ThisBuild/version := "2.0.4-SNAPSHOT"

shared/src/main/scala/gopher/Select.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ import scala.compiletime._
77
import scala.concurrent.duration._
88

99
/** Organize waiting for read/write from multiple async channels
10-
*
11-
* Gopher[F] provide a function `select` of this type.
12-
*/
10+
*
11+
* Gopher[F] provide a function `select` of this type.
12+
*/
1313
class Select[F[_]](api: Gopher[F]):
1414

1515
/** wait until some channels from the list in <code> pf </code>.

0 commit comments

Comments
 (0)