Skip to content

Commit

Permalink
Use Scala 2.10.5 so that we don't hit SI-7439 as reported in #557 by @…
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben McCann committed Apr 28, 2015
1 parent 8261894 commit f17c82f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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 f17c82f

Please sign in to comment.