Skip to content
This repository has been archived by the owner on Aug 13, 2024. It is now read-only.

Commit

Permalink
Bump Scala to 2.10.5 (close #22)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexanderdean committed Mar 28, 2016
1 parent c39667d commit 04030cf
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
@@ -1,6 +1,6 @@
language: scala
scala:
- 2.10.4
- 2.10.5
jdk:
- oraclejdk7
- openjdk6
Expand Down
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ object BuildSettings {
organization := "com.snowplowanalytics",
version := "0.4.0",
description := "Simple word count job for the Spark cluster computing platform, ready for Amazon EMR",
scalaVersion := "2.10.4",
scalaVersion := "2.10.5",
scalacOptions := Seq("-deprecation", "-encoding", "utf8"),
resolvers ++= Dependencies.resolutionRepos
)
Expand Down

0 comments on commit 04030cf

Please sign in to comment.