Skip to content

Commit 42120af

Browse files
authored
Merge pull request #670 from scala-steward/update/fs2-core-3.12.0
Update fs2-core, fs2-io to 3.12.0
2 parents 8a87021 + c3ea192 commit 42120af

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ import scala.scalanative.build._
2020
val scala212 = "2.12.20"
2121
val scala213 = "2.13.16"
2222
val scala3 = "3.3.5"
23-
val fs2Version = "3.11.0"
23+
val fs2Version = "3.12.0"
2424
val circeVersion = "0.14.8"
2525
val circeExtrasVersion = "0.14.2"
2626
val playVersion = "3.0.4"

Diff for: finite-state/shared/src/test/scala/fs2/data/pattern/example/PatternSpec.scala

+2-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ package data
1919
package pattern
2020
package example
2121

22-
import cats.effect._
23-
24-
import weaver._
22+
import cats.effect.IO
23+
import weaver.*
2524

2625
sealed trait Typ {
2726
val range: Iterator[Tag] =

0 commit comments

Comments
 (0)