Skip to content

Commit

Permalink
Merge 1818c36 into 35237db
Browse files Browse the repository at this point in the history
  • Loading branch information
izeigerman committed Aug 21, 2018
2 parents 35237db + 1818c36 commit c710a49
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Expand Up @@ -6,8 +6,10 @@ script:

matrix:
include:
- jdk: oraclejdk7
scala: 2.11.8
- jdk: oraclejdk8
scala: 2.11.11
- jdk: oraclejdk8
scala: 2.12.6

before_cache:
- find "$HOME/.sbt/" -name '*.lock' -print0 | xargs -0 rm
Expand Down
5 changes: 3 additions & 2 deletions build.sbt
Expand Up @@ -19,7 +19,7 @@ val AkkaHttpVersion = "10.1.3"
val CuratorVersion = "2.7.1"
val SprayJsonVersion = "1.3.4"
val HadoopVersion = "2.8.4"
val ScalaTestVersion = "2.2.6"
val ScalaTestVersion = "3.0.5"
val ScalamockVersion = "3.4.2"
val Slf4jVersion = "1.7.19"
val ScoptsVersion = "3.5.0"
Expand All @@ -36,7 +36,8 @@ val HadoopDependencies = Seq(

val CommonSettings = Seq(
organization := "com.github.izeigerman",
scalaVersion := "2.11.8",
scalaVersion := "2.12.6",
crossScalaVersions := Seq("2.11.11", scalaVersion.value),
version := "0.2.0-SNAPSHOT",

organizationHomepage := Some(url("https://github.com/izeigerman")),
Expand Down

0 comments on commit c710a49

Please sign in to comment.