-
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.
Merge pull request #11824 from lampepfl/topic/update-shapeless
Update shapeless
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule shapeless
updated
8 files
+91 −0 | .github/workflows/ci.yml | |
+59 −0 | .github/workflows/clean.yml | |
+0 −34 | .travis.yml | |
+38 −8 | build.sbt | |
+0 −2 | modules/data/src/test/scala/shapeless3/data/monoidal.scala | |
+57 −53 | modules/deriving/src/main/scala/shapeless3/deriving/kinds.scala | |
+1 −1 | project/build.properties | |
+3 −2 | project/plugins.sbt |