Skip to content

Commit

Permalink
Use Scala 2.10.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael G. Noll committed Dec 14, 2015
1 parent bec543c commit 72dfe76
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 @@ -5,7 +5,7 @@ script:
- "./sbt test"
language: scala
scala:
- 2.10.4
- 2.10.5

jdk:
- openjdk7
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 @@ organization := "com.miguno.kafkastorm"

name := "kafka-storm-starter"

scalaVersion := "2.10.4"
scalaVersion := "2.10.5"

seq(sbtavro.SbtAvro.avroSettings : _*)

Expand Down

0 comments on commit 72dfe76

Please sign in to comment.