build.sc
changeset 46 cd7815894e22
parent 44 ad85035e4d90
child 47 d7b69a5dcd37
--- a/build.sc	Tue May 11 14:29:28 2021 +0200
+++ b/build.sc	Tue May 11 14:35:33 2021 +0200
@@ -97,7 +97,7 @@
     super.sources() :+ PathRef(millSourcePath / 'shared / 'src / 'main / 'scala)
   }
 
-  // https://github.com/FortAwesome/Font-Awesome/raw/5.15.1/metadata/icons.json
+  // https://github.com/FortAwesome/Font-Awesome/raw/5.15.3/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