Skip to content

Commit 0dc4500

Browse files
committed
Update Scala version in Travis config
1 parent a9a0dd3 commit 0dc4500

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
language: scala
22
scala:
3-
- 2.10.0
3+
- 2.10.2
44
script: "sbt ++$TRAVIS_SCALA_VERSION compile"

project/Build.scala

+1
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ object ApplicationBuild extends Build {
1414

1515
"Sonatype OSS Releases" at "http://oss.sonatype.org/content/repositories/releases/",
1616
"Sonatype OSS Snapshots" at "http://oss.sonatype.org/content/repositories/snapshots/",
17+
1718
"Typesafe Snapshots" at "http://repo.typesafe.com/typesafe/snapshots/",
1819
"Typesafe Repository" at "http://repo.typesafe.com/typesafe/releases/"),
1920

0 commit comments

Comments
 (0)