Skip to content

Commit 7b19d81

Browse files
committed
Bump scala versions
1 parent 4139a52 commit 7b19d81

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

build.sbt

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ ThisBuild / organizationName := "Functional Streams for Scala"
1616
ThisBuild / homepage := Some(url("https://github.com/typelevel/fs2"))
1717
ThisBuild / startYear := Some(2013)
1818

19-
val Scala213 = "2.13.6"
20-
ThisBuild / crossScalaVersions := Seq("3.0.2", "2.12.15", Scala213)
19+
val Scala213 = "2.13.16"
20+
ThisBuild / crossScalaVersions := Seq("3.3.6", "2.12.15", Scala213)
2121

2222
ThisBuild / githubWorkflowOSes := Seq("ubuntu-latest")
2323
ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("11"))
@@ -159,11 +159,6 @@ lazy val IntegrationTest = config("it").extend(Test)
159159

160160
lazy val core = crossProject(JVMPlatform, JSPlatform)
161161
.in(file("core"))
162-
.configs(IntegrationTest)
163-
// .settings(Defaults.itSettings: _*)
164-
.settings(
165-
inConfig(IntegrationTest)(org.scalafmt.sbt.ScalafmtPlugin.scalafmtConfigSettings)
166-
)
167162
.settings(
168163
name := "fs2-core",
169164
libraryDependencies ++= Seq(

0 commit comments

Comments
 (0)