build.sc
changeset 26 6ba55bf93ab7
parent 25 950431e16cb4
child 27 c4534300acdc
equal deleted inserted replaced
25:950431e16cb4 26:6ba55bf93ab7
    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)",