Skip to content

Commit 24ae7b1

Browse files
committed
dep: update fs2 submodule
This is needed due to some scalablytyped stuff that changed in fs2. Without it, you'll get an error when updating the sbt 1.7.x that scalably typed doesn't support 1.7.x
1 parent 1e1ccd7 commit 24ae7b1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
Submodule fs2 updated 118 files

community-build/src/scala/dotty/communitybuild/projects.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -507,8 +507,8 @@ object projects:
507507
lazy val scalaJava8Compat = SbtCommunityProject(
508508
project = "scala-java8-compat",
509509
// the fnGen subproject must be built with 2.12.x
510-
sbtTestCommand = s"++2.12.14; ++$compilerVersion!; set fnGen/dependencyOverrides := Nil; test",
511-
sbtPublishCommand = s"++2.12.14; ++$compilerVersion!; set fnGen/dependencyOverrides := Nil; publishLocal",
510+
sbtTestCommand = s"++2.12.x; ++$compilerVersion!; set fnGen/dependencyOverrides := Nil; test",
511+
sbtPublishCommand = s"++2.12.x; ++$compilerVersion!; set fnGen/dependencyOverrides := Nil; publishLocal",
512512
scalacOptions = Nil // avoid passing Scala 3 options to Scala 2.12 in fnGen subproject
513513
)
514514

0 commit comments

Comments
 (0)