File tree Expand file tree Collapse file tree 1 file changed +2
-7
lines changed
Expand file tree Collapse file tree 1 file changed +2
-7
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ ThisBuild / organizationName := "Functional Streams for Scala"
1616ThisBuild / homepage := Some (url(" https://github.com/typelevel/fs2" ))
1717ThisBuild / 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
2222ThisBuild / githubWorkflowOSes := Seq (" ubuntu-latest" )
2323ThisBuild / githubWorkflowJavaVersions := Seq (JavaSpec .temurin(" 11" ))
@@ -159,11 +159,6 @@ lazy val IntegrationTest = config("it").extend(Test)
159159
160160lazy 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 (
You can’t perform that action at this time.
0 commit comments