File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -59,6 +59,7 @@ val commonSettings = Seq(
5959  },
6060  //  some Java 8 related tests use Java interface static methods, Scala 2.11.12 requires JDK8 target for that
6161  scalacOptions in Test  ++=  (if  (scalaBinaryVersion.value ==  " 2.11" Seq (" -target:jvm-1.8" else  Nil ),
62+   sources in (Compile , doc) :=  Seq .empty, //  relying on unidoc
6263  apiURL :=  Some (url(" http://avsystem.github.io/scala-commons/api" 
6364  autoAPIMappings :=  true ,
6465
@@ -128,7 +129,6 @@ val noPublishSettings = Seq(
128129  publishM2 :=  {},
129130  publishSigned :=  {},
130131  publishLocalSigned :=  {},
131-   doc :=  (target in doc).value,
132132  mimaPreviousArtifacts :=  Set .empty,
133133)
134134
@@ -159,6 +159,7 @@ lazy val commons = project.in(file("."))
159159        `commons-macros`,
160160        `commons-annotations-js`,
161161        `commons-core-js`,
162+         `commons-rest`,
162163        `commons-rest-js`,
163164        `commons-benchmark`,
164165        `commons-benchmark-js`,
Original file line number Diff line number Diff line change 1- version in ThisBuild  :=  " 1.34.10 " 
1+ version in ThisBuild  :=  " 1.34.11 " 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments