We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a87021 + c3ea192 commit 42120afCopy full SHA for 42120af
build.sbt
@@ -20,7 +20,7 @@ import scala.scalanative.build._
20
val scala212 = "2.12.20"
21
val scala213 = "2.13.16"
22
val scala3 = "3.3.5"
23
-val fs2Version = "3.11.0"
+val fs2Version = "3.12.0"
24
val circeVersion = "0.14.8"
25
val circeExtrasVersion = "0.14.2"
26
val playVersion = "3.0.4"
finite-state/shared/src/test/scala/fs2/data/pattern/example/PatternSpec.scala
@@ -19,9 +19,8 @@ package data
19
package pattern
package example
-import cats.effect._
-
-import weaver._
+import cats.effect.IO
+import weaver.*
sealed trait Typ {
27
val range: Iterator[Tag] =
0 commit comments