-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
community build: Update Typelevel stack to latest upstream
- Loading branch information
Showing
14 changed files
with
14 additions
and
14 deletions.
There are no files selected for viewing
Submodule cats-effect-3
updated
339 files
Submodule cats-mtl
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 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-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 |
Submodule discipline-specs2
updated
21 files
Submodule munit-cats-effect
updated
24 files
Submodule scalacheck
updated
34 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 scodec
updated
85 files
Submodule scodec-bits
updated
31 files
Submodule simulacrum-scalafix
updated
8 files
+12 −10 | .github/workflows/ci.yml | |
+1 −1 | .github/workflows/clean.yml | |
+1 −1 | .scalafmt.conf | |
+1 −1 | README.md | |
+4 −4 | build.sbt | |
+1 −1 | project/build.properties | |
+6 −6 | project/plugins.sbt | |
+3 −2 | tests/src/test/scala/fix/RuleSuite.scala |