forked from scala/scala3
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community build: stop injecting sbt-dotty
The sbt-dotty plugin was deprecated with the release of sbt 1.5.0, and removed from the dotty build in b477c42 However it was still being injected into the community build, as many projects therein had not been updated to a recent sbt, or were using a (possibly outdated) version of sbt-dotty either directly or indirectly via some other plugin. This commit discontinues that practice, since sbt 1.6.x no longer plays nice with sbt-dotty (see the linked ticket scala#14391). Many of the community build projects are already updated upstream to use sbt 1.5.x or 1.6.x without sbt-dotty; those are updated to their upstream versions in this PR as appropriate. A handful of community build projects are either unmaintained or do not offer Scala 3 support upstream, or their inclusion in the community build was part of some special effort. Those projects, listed below, have had their dotty-staging forks updated to use sbt 1.6.2 and drop sbt-dotty. - betterfiles - effpi - fastparse - intent - scalap
- Loading branch information
Showing
64 changed files
with
75 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule AsyncFile
updated
28 files
Submodule Equal
updated
3 files
+9 −6 | build.sbt | |
+1 −1 | project/build.properties | |
+2 −3 | project/plugins.sbt |
Submodule FingerTree
updated
3 files
+3 −3 | build.sbt | |
+1 −1 | project/build.properties | |
+2 −3 | project/plugins.sbt |
Submodule Log
updated
3 files
+3 −3 | build.sbt | |
+1 −1 | project/build.properties | |
+2 −3 | project/plugins.sbt |
Submodule Model
updated
3 files
+3 −3 | build.sbt | |
+1 −1 | project/build.properties | |
+2 −3 | project/plugins.sbt |
Submodule Numbers
updated
3 files
+3 −3 | build.sbt | |
+1 −1 | project/build.properties | |
+2 −3 | project/plugins.sbt |
Submodule Serial
updated
3 files
+11 −9 | build.sbt | |
+1 −1 | project/build.properties | |
+2 −3 | project/plugins.sbt |
Submodule Span
updated
3 files
+3 −3 | build.sbt | |
+1 −1 | project/build.properties | |
+2 −3 | project/plugins.sbt |
Submodule akka
updated
1306 files
Submodule algebra
deleted from
a010f1
Submodule betterfiles
updated
5 files
+12 −13 | build.sbt | |
+3 −3 | project/Dependencies.scala | |
+1 −1 | project/build.properties | |
+0 −2 | project/plugins.sbt | |
+1 −1 | version.sbt |
Submodule cats-effect-3
updated
339 files
2 changes: 1 addition & 1 deletion
2
community-build/community-projects/cats-effect-3-forward-compat
Submodule cats-effect-3-forward-compat
updated
339 files
Submodule cats-forward-compat
updated
298 files
Submodule cats-mtl
updated
15 files
Submodule cats-mtl-forward-compat
updated
15 files
Submodule coop
updated
5 files
+5 −5 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/clean.yml | |
+4 −5 | build.sbt | |
+1 −1 | project/build.properties | |
+3 −3 | project/plugins.sbt |
Submodule coop-forward-compat
updated
5 files
+5 −5 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/clean.yml | |
+4 −5 | build.sbt | |
+1 −1 | project/build.properties | |
+3 −3 | project/plugins.sbt |
Submodule discipline
updated
14 files
+185 −12 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/clean.yml | |
+5 −1 | .gitignore | |
+63 −8 | .scalafmt.conf | |
+1 −1 | LICENSE | |
+4 −3 | README.md | |
+24 −111 | build.sbt | |
+70 −57 | core/src/main/scala/org/typelevel/discipline/Laws.scala | |
+21 −0 | core/src/main/scala/org/typelevel/discipline/Predicate.scala | |
+21 −0 | core/src/test/scala/org/typelevel/discipline/LawSpec.scala | |
+35 −14 | core/src/test/scala/org/typelevel/discipline/laws.scala | |
+1 −1 | project/build.properties | |
+4 −9 | project/plugins.sbt | |
+0 −1 | version.sbt |
Submodule discipline-forward-compat
updated
14 files
+185 −12 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/clean.yml | |
+5 −1 | .gitignore | |
+63 −8 | .scalafmt.conf | |
+1 −1 | LICENSE | |
+4 −3 | README.md | |
+24 −111 | build.sbt | |
+70 −57 | core/src/main/scala/org/typelevel/discipline/Laws.scala | |
+21 −0 | core/src/main/scala/org/typelevel/discipline/Predicate.scala | |
+21 −0 | core/src/test/scala/org/typelevel/discipline/LawSpec.scala | |
+35 −14 | core/src/test/scala/org/typelevel/discipline/laws.scala | |
+1 −1 | project/build.properties | |
+4 −9 | project/plugins.sbt | |
+0 −1 | version.sbt |
Submodule discipline-munit
updated
7 files
+1 −1 | .github/workflows/release.yml | |
+1 −0 | .gitignore | |
+2 −1 | .scalafmt.conf | |
+2 −2 | README.md | |
+11 −11 | build.sbt | |
+1 −1 | project/build.properties | |
+7 −7 | project/plugins.sbt |
2 changes: 1 addition & 1 deletion
2
community-build/community-projects/discipline-munit-forward-compat
Submodule discipline-munit-forward-compat
updated
7 files
+1 −1 | .github/workflows/release.yml | |
+1 −0 | .gitignore | |
+2 −1 | .scalafmt.conf | |
+2 −2 | README.md | |
+11 −11 | build.sbt | |
+1 −1 | project/build.properties | |
+7 −7 | project/plugins.sbt |
Submodule discipline-specs2
updated
21 files
2 changes: 1 addition & 1 deletion
2
community-build/community-projects/discipline-specs2-forward-compat
Submodule discipline-specs2-forward-compat
updated
21 files
Submodule effpi
updated
3 files
+4 −4 | build.sbt | |
+1 −1 | project/build.properties | |
+0 −1 | project/plugins.sbt |
Submodule fastparse
updated
3 files
+29 −28 | build.sbt | |
+1 −1 | project/build.properties | |
+0 −1 | project/build.sbt |
Submodule minitest
updated
6 files
+20 −0 | .github/workflows/release.yml | |
+3 −3 | .github/workflows/scala.yml | |
+3 −3 | README.md | |
+26 −11 | build.sbt | |
+1 −1 | project/build.properties | |
+6 −6 | project/plugins.sbt |
Submodule munit
updated
18 files
Submodule munit-cats-effect
updated
24 files
Submodule munit-forward-compat
updated
18 files
Submodule perspective
updated
5 files
Submodule play-json
updated
78 files
Submodule protoquill
updated
5 files
+1 −0 | build.sbt | |
+54 −0 | project/DottyLatestNightly.scala | |
+1 −1 | project/build.properties | |
+0 −2 | project/plugins.sbt | |
+1 −1 | version.sbt |
Submodule scala-collection-compat
updated
32 files
Submodule scala-parallel-collections
updated
16 files
Submodule scala-parser-combinators
updated
40 files
Submodule scala-stm
updated
17 files
Submodule scalacheck-effect
updated
9 files
+16 −26 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/clean.yml | |
+1 −1 | .scalafmt.conf | |
+2 −2 | README.md | |
+4 −9 | build.sbt | |
+11 −9 | core/shared/src/main/scala/org/scalacheck/effect/PropF.scala | |
+7 −6 | munit/shared/src/main/scala/munit/ScalaCheckEffectSuite.scala | |
+1 −1 | project/build.properties | |
+5 −5 | project/plugins.sbt |
Submodule scalap
updated
9 files
+2 −2 | build.sbt | |
+5 −5 | project/DottySupport.scala | |
+3 −3 | project/JitWatch.scala | |
+1 −1 | project/License.scala | |
+1 −1 | project/ScaladocSettings.scala | |
+2 −2 | project/TestJDeps.scala | |
+1 −1 | project/TestJarSize.scala | |
+1 −1 | project/build.properties | |
+0 −1 | project/plugins.sbt |
Submodule scalatestplus-junit
updated
6 files
+3 −3 | README.md | |
+51 −16 | build.sbt | |
+1 −1 | project/build.properties | |
+0 −2 | project/plugins.sbt | |
+100 −0 | src/main/html/addl.css | |
+2 −4 | src/test/scala/org/scalatestplus/junit/JUnitRunnerSuite.scala |
Submodule scalatestplus-scalacheck
updated
7 files
+40 −3 | README.md | |
+64 −31 | build.sbt | |
+1 −1 | project/build.properties | |
+2 −4 | project/plugins.sbt | |
+100 −0 | scalatestPlusScalaCheck/.js/src/main/html/addl.css | |
+100 −0 | scalatestPlusScalaCheck/.jvm/src/main/html/addl.css | |
+100 −0 | scalatestPlusScalaCheck/.native/src/main/html/addl.css |
Submodule scalatestplus-testng
updated
7 files
Submodule scodec
updated
85 files
Submodule scodec-bits
updated
31 files
Submodule verify
updated
21 files
Submodule xml-interpolator
updated
7 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters