--- a/build.sc Thu Oct 24 08:34:01 2019 +0200
+++ b/build.sc Thu Oct 24 08:47:46 2019 +0200
@@ -82,7 +82,7 @@
super.sources() :+ PathRef(millSourcePath / 'shared / 'src / 'main / 'scala)
}
- // https://github.com/FortAwesome/Font-Awesome/raw/5.6.3/metadata/icons.json
+ // https://github.com/FortAwesome/Font-Awesome/raw/5.11.2/metadata/icons.json
type IcoDef = (String, Set[String])
def parseIcons: Target[List[IcoDef]] = T{
ujson.read(os.read! pwd / "icons.json").obj.map(e => (e._1, e._2.obj("styles").arr.map(_.str).toSet)).toList