File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1- 0.10.13 
1+ 0.11.6 
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ object `cs-m1-tests` extends ScalaModule {
5555  def  ivyDeps  =  super .ivyDeps() ++  Seq (
5656    ivy " io.get-coursier:cli-tests_2.12: $coursierVersion" 
5757  )
58-   object  test  extends  Tests  {
58+   object  test  extends  ScalaTests  {
5959    def  ivyDeps  =  super .ivyDeps() ++  Seq (
6060      ivy " com.lihaoyi::utest:: $utestVersion" 
6161    )
@@ -132,7 +132,8 @@ object ci extends Module {
132132    computePublishVersion(state)
133133  }
134134}
135- def  copyTo (task : mill.main.Tasks [PathRef ], dest : os.Path ) =  T .command {
135+ def  copyTo (task : mill.main.Tasks [PathRef ], destPath : String ) =  T .command {
136+   val  dest  =  os.Path (destPath, os.pwd)
136137  if  (task.value.length >  1 )
137138    sys.error(" Expected a single task" 
138139  val  ref  =  task.value.head()
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments