-
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.
- Loading branch information
Showing
8 changed files
with
8 additions
and
8 deletions.
There are no files selected for viewing
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-forward-compat
updated
15 files
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-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 |
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 |
2 changes: 1 addition & 1 deletion
2
community-build/community-projects/discipline-specs2-forward-compat
Submodule discipline-specs2-forward-compat
updated
21 files
Submodule munit-forward-compat
updated
18 files