Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ dist: trusty
language: scala
scala:
- 2.11.11
- 2.12.2
- 2.12.4
- 2.13.0-M2
env:
- JDK=oraclejdk8
Expand All @@ -20,9 +20,9 @@ before_script:
matrix:
# scala 2.12 and 2.13 require java 8
exclude:
- scala: 2.12.2
- scala: 2.12.4
env: JDK=oraclejdk7
- scala: 2.12.2
- scala: 2.12.4
env: JDK=openjdk7
- scala: 2.13.0-M2
env: JDK=oraclejdk7
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Version {
val logback = "1.2.3"
val mockito = "1.10.19"
val scala = "2.11.11"
val crossScala = List(scala, "2.12.2", "2.13.0-M2")
val crossScala = List(scala, "2.12.4", "2.13.0-M2")
val scalaTest = "3.0.4"
val slf4j = "1.7.25"
}
Expand Down