summaryrefslogblamecommitdiff
path: root/example/compress2/build.sc
blob: e6167a83b069647703e70533565dc6556f970ece (plain) (tree)
1
2
3
4
5
6
7
8
9



                                    
                             


                                                      
 
                      

                                        


     
import mill._, scalalib._


trait AppModule extends ScalaModule{
  def scalaVersion = "2.13.0"

  object test extends Tests{
    def testFrameworks = Seq("utest.runner.Framework")

    def ivyDeps = Agg(
      ivy"com.lihaoyi::utest::0.6.9",
      ivy"com.lihaoyi::requests::0.2.0",
    )
  }
}