Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
japgolly committed Apr 25, 2019
1 parent 1dfe6c6 commit 11e3bab
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ sudo: false

scala:
- 2.11.11
- 2.12.4
- 2.12.8

jdk:
- oraclejdk8
Expand Down
1 change: 0 additions & 1 deletion project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport.{crossProject => _, CrossT
import sbtcrossproject.CrossPlugin.autoImport._
import sbtrelease.ReleasePlugin.autoImport._
import scalajscrossproject.ScalaJSCrossPlugin.autoImport._
import xerial.sbt.Sonatype.autoImport._
import Lib._

object ScalaCssBuild {
Expand Down

0 comments on commit 11e3bab

Please sign in to comment.