equal
deleted
inserted
replaced
28 } |
28 } |
29 inner(s toList) mkString "" |
29 inner(s toList) mkString "" |
30 } |
30 } |
31 |
31 |
32 trait Common extends CrossSbtModule with PublishModule { |
32 trait Common extends CrossSbtModule with PublishModule { |
|
33 |
|
34 override def artifactName = "fatags" |
33 |
35 |
34 def publishVersion: Target[String] = V.fatags |
36 def publishVersion: Target[String] = V.fatags |
35 |
37 |
36 def pomSettings = PomSettings( |
38 def pomSettings = PomSettings( |
37 description = "FontAwesome Scala DSL (tags)", |
39 description = "FontAwesome Scala DSL (tags)", |