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
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ sudo: required
dist: trusty
language: scala
scala:
- 2.12.4
- 2.12.6
- 2.11.12
- 2.13.0-M3
env:
Expand All @@ -12,4 +12,4 @@ before_script:
- jdk_switcher use $JDK
script:
- sbt "++ ${TRAVIS_SCALA_VERSION}!" test
- git diff --exit-code # check scalariform
- git diff --exit-code # check scalariform
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import sbt._
object Version {
val logback = "1.2.3"
val mockito = "1.10.19"
val scala = "2.12.4"
val scala = "2.12.6"
val crossScala = List(scala, "2.11.12", "2.13.0-M3")
val scalaTest = "3.0.5-M1" // only version available for 2.13.0-M3; otherwise same as 3.0.4
val slf4j = "1.7.25"
Expand Down