Skip to content

Commit

Permalink
Update build.
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Dec 21, 2018
1 parent 6bbede9 commit d1f3fbc
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
language: scala
scala:
- "2.13.0-M4"
- "2.12.6"
- "2.13.0-M5"
- "2.12.8"
- "2.11.8"
- "2.10.6"
jdk:
- oraclejdk8
- oraclejdk11
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ organization := "org.phenoscape"

name := "scowl"

version := "1.3.1"
version := "1.3.2-SNAPSHOT"

publishMavenStyle := true

Expand All @@ -21,7 +21,7 @@ licenses := Seq("MIT license" -> url("https://opensource.org/licenses/MIT"))

homepage := Some(url("https://github.com/phenoscape/scowl"))

crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.6", "2.13.0-M4")
crossScalaVersions := Seq("2.10.6", "2.11.8", "2.12.8", "2.13.0-M5")

scalacOptions := Seq("-unchecked", "-deprecation", "-feature", "-encoding", "utf8")

Expand Down

0 comments on commit d1f3fbc

Please sign in to comment.