Skip to content

Commit

Permalink
Bump Scala 2.10 version (close #21)
Browse files Browse the repository at this point in the history
  • Loading branch information
chuwy committed Oct 7, 2015
1 parent 76e421c commit e8acc37
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ object BuildSettings {
organization := "com.snowplowanalytics",
version := "0.2.0-M1",
description := "Scala tracker for Snowplow",
scalaVersion := "2.10.4",
crossScalaVersions := Seq("2.10.4", "2.11.5"),
scalaVersion := "2.10.6",
crossScalaVersions := Seq("2.10.6", "2.11.5"),
scalacOptions := Seq("-deprecation", "-encoding", "utf8"),
resolvers ++= Dependencies.resolutionRepos
)
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ object Dependencies {
// Scala
val scalaUtil = "0.1.0"
val json4s = "3.2.11"
val spray = "1.3.2"
val akka = "2.3.5"
val spray = "1.3.3"
val akka = "2.3.14"
object collUtil {
val _29 = "5.3.10"
val _210 = "6.3.4"
Expand Down

0 comments on commit e8acc37

Please sign in to comment.