Skip to content

Commit bf58c76

Browse files
committed
Merge pull request #564 from benmccann/scala-2.10.5
Use Scala 2.10.5 so that we don't hit SI-7439 as reported in #557 by @justinsb
2 parents cff7219 + f17c82f commit bf58c76

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ os:
44
script:
55
- sbt ++$TRAVIS_SCALA_VERSION --warn update compile test:compile && sbt ++$TRAVIS_SCALA_VERSION test "scripted rpm/* debian/* universal/* jar/*"
66
scala:
7-
- 2.10.3
7+
- 2.10.5
88
jdk:
99
- openjdk7
1010
- oraclejdk8

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import scalariform.formatter.preferences._
22

33
sbtPlugin := true
44

5-
scalaVersion in Global := "2.10.2"
5+
scalaVersion in Global := "2.10.5"
66

77
name := "sbt-native-packager"
88

0 commit comments

Comments
 (0)