File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11language : scala 
22jdk :
3-   - oraclejdk8 
3+   - openjdk8 
44  - openjdk11 
55
66scala :
77  - 2.11.12 
88  - 2.12.8 
9-   - 2.13.0-RC1  
9+   - 2.13.0-RC2  
1010
1111env :
1212  global :
1919  matrix :
2020    #  The empty SCALAJS_VERSION will only compile for the JVM
2121    - SCALAJS_VERSION= 
22-     - SCALAJS_VERSION=0.6.27  
22+     - SCALAJS_VERSION=0.6.28  
2323    - SCALAJS_VERSION=1.0.0-M7 
2424
2525matrix :
2626  include :
2727    - env : SCALANATIVE_VERSION=0.3.9 
28-       jdk : oraclejdk8 
28+       jdk : openjdk8 
2929
3030script : admin/build.sh 
3131
Original file line number Diff line number Diff line change 11import  ScalaModulePlugin ._ 
22import  sbtcrossproject .CrossPlugin .autoImport .crossProject 
33
4- crossScalaVersions in ThisBuild  :=  List (" 2.12.8"  , " 2.11.12"  , " 2.13.0-RC1 "  )
4+ crossScalaVersions in ThisBuild  :=  List (" 2.12.8"  , " 2.11.12"  , " 2.13.0-RC2 "  )
55
66lazy  val  root  =  project.in(file(" ."  ))
77  .aggregate(`scala-parser-combinatorsJS`, `scala-parser-combinatorsJVM`, `scala-parser-combinatorsNative`)
Original file line number Diff line number Diff line change 11addSbtPlugin(" org.scala-lang.modules"   %  " sbt-scala-module"   %  " 2.0.0"  )
22
33val  scalaJSVersion  = 
4-   Option (System .getenv(" SCALAJS_VERSION"  )).filter(_.nonEmpty).getOrElse(" 0.6.27 "  )
4+   Option (System .getenv(" SCALAJS_VERSION"  )).filter(_.nonEmpty).getOrElse(" 0.6.28 "  )
55
66addSbtPlugin(" org.scala-js"   %  " sbt-scalajs"   %  scalaJSVersion)
77
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments