Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ val jvmReleaseTarget = Compile / scalacOptions ++= {
// The compiler plugin is exempt: it uses CrossVersion.full, so its 3.8.x variants are distinct artifacts.
val publishOnlyLts = publish / skip := (scalaVersion.value != scala3LtsVersion)

val fs2Version = "3.12.2"
val fs2Version = "3.13.0"

// Compilation profiling options for analyzing compilation time
lazy val profilingScalacOptions = Seq(
Expand Down