Library | Status | Links | Version |
---|---|---|---|
clear-config | Published | japgolly/clear-config#31 | 1.4.0 |
microlibs | Published | japgolly/microlibs-scala#29 | 2.0 |
mr.boilerplate | Published | japgolly/mr.boilerplate#1 | N/A |
nyaya | Published | japgolly/nyaya#52 japgolly/nyaya#50 |
0.9.0 |
scalacss | Published | japgolly/scalacss#153 japgolly/scalacss#154 japgolly/scalacss#155 |
0.6.0 |
scala-graal | Published | japgolly/scala-graal#24 | 0.4.0 |
scalajs-benchmark | Published | japgolly/scalajs-benchmark#25 | 0.3.0 |
scalajs-react | Published | japgolly/scalajs-react#556 japgolly/scalajs-react#568 japgolly/scalajs-react#559 scala/bug#11660 |
1.5.0 |
test-state | Published | japgolly/test-state#71 scala/bug#11640 scala/bug#11765 |
2.4.0 |
univeq | Published | japgolly/univeq#22 japgolly/univeq#14 |
1.1.0 |
Last active
April 2, 2020 23:40
-
-
Save japgolly/ac9e9ea4fe50a25a253112c88bf5da93 to your computer and use it in GitHub Desktop.
My Scala libraries & the status of their upgrade to Scala 2.13
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
digraph G { | |
rankdir=LR | |
label="\nNote: some links are just test dependencies, not runtime dependencies.\nscalajs-react for example has no runtime dependencies." | |
node[style=filled fillcolor="#ccf999"] | |
cc [label="clear-config"] | |
microlibs | |
mrb [label="mr.boilerplate"] | |
nyaya | |
scalacss | |
sg [label="scala-graal"] | |
sjb [label="scalajs-benchmark"] | |
sjr [label="scalajs-react"] | |
univeq | |
testState | |
node[style=filled fillcolor="#ffff99"] | |
node[style=filled fillcolor="#ccddff"] | |
node[style=filled fillcolor="#ffaaaa"] | |
microlibs-> sg | |
nyaya -> sjr | |
sjr,univeq -> testState | |
microlibs -> cc | |
nyaya,univeq -> microlibs | |
microlibs -> scalacss -> sjb | |
sjr,univeq -> scalacss | |
microlibs,sjr -> mrb | |
// Transitive | |
/* | |
edge[style=dotted constaint=false] | |
nyaya -> scalacss | |
nyaya -> sg | |
nyaya -> testState | |
sjr -> sjb | |
univeq -> mrb | |
*/ | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment