Skip to content

Commit

Permalink
Merge branch 'master' of github.com:phenoscape/scowl
Browse files Browse the repository at this point in the history
  • Loading branch information
balhoff committed Jun 10, 2019
2 parents 65d64e2 + bbdec3c commit eb45889
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: scala
scala:
- "2.13.0-RC1"
- "2.13.0"
- "2.12.8"
- "2.11.8"
- "2.11.12"
- "2.10.6"
jdk:
- oraclejdk8
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ 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.8", "2.13.0-RC1")
scalaVersion := "2.13.0"

crossScalaVersions := Seq("2.10.6", "2.11.12", "2.12.8", "2.13.0")

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

Expand All @@ -30,7 +32,7 @@ javaOptions += "-Xmx8G"
libraryDependencies ++= {
Seq(
"net.sourceforge.owlapi" % "owlapi-distribution" % "4.5.13",
"org.scalatest" %% "scalatest" % "3.0.8-RC2" % Test,
"org.scalatest" %% "scalatest" % "3.1.0-SNAP13" % Test,
"org.scalaz" %% "scalaz-core" % "7.2.27" % Test
)
}
Expand Down

0 comments on commit eb45889

Please sign in to comment.