Skip to content

Commit

Permalink
Merge pull request #564 from benmccann/scala-2.10.5
Browse files Browse the repository at this point in the history
Use Scala 2.10.5 so that we don't hit SI-7439 as reported in #557 by @justinsb
  • Loading branch information
muuki88 committed Apr 29, 2015
2 parents cff7219 + f17c82f commit bf58c76
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -4,7 +4,7 @@ os:
script:
- sbt ++$TRAVIS_SCALA_VERSION --warn update compile test:compile && sbt ++$TRAVIS_SCALA_VERSION test "scripted rpm/* debian/* universal/* jar/*"
scala:
- 2.10.3
- 2.10.5
jdk:
- openjdk7
- oraclejdk8
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ import scalariform.formatter.preferences._

sbtPlugin := true

scalaVersion in Global := "2.10.2"
scalaVersion in Global := "2.10.5"

name := "sbt-native-packager"

Expand Down

0 comments on commit bf58c76

Please sign in to comment.