aboutsummaryrefslogblamecommitdiff
path: root/build.sc
blob: 73216b7504fc4882b5c3c9be98af922a6f343c0b (plain) (tree)
1
2
3
4
5
6
7
8
9
10



                                   

                    

                                                                                             

   
 
import mill._, scalalib._

object server extends ScalaModule {
  def scalaVersion = "2.13.1"

  def ivyDeps = Agg(
    ivy"com.lihaoyi::cask:0.3.6", // web framework, http://www.lihaoyi.com/cask/
    ivy"com.lihaoyi::scalatags:0.7.0" // html rendering DSL http://www.lihaoyi.com/scalatags/
  )

}