Skip to content

Commit

Permalink
Bump snowplow-scala-tracker to 0.3.0 (closes #92)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenFradet committed Jul 4, 2017
1 parent 649292a commit 8504fcc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object BuildSettings {
scalacOptions := Seq("-deprecation", "-encoding", "utf8",
"-feature", "-target:jvm-1.7"),
scalacOptions in Test := Seq("-Yrangepos"),
resolvers ++= Dependencies.resolutionRepos
resolvers ++= Dependencies.resolvers
)

// Makes our SBT app settings available from within the app
Expand Down
6 changes: 2 additions & 4 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
import sbt._

object Dependencies {

val resolutionRepos = Seq(
val resolvers = Seq(
"Snowplow Analytics Maven releases repo" at "http://maven.snplow.com/releases/",
"Snowplow Analytics Maven snapshot repo" at "http://maven.snplow.com/snapshots/",
"Twitter maven repo" at "http://maven.twttr.com/"
)

Expand All @@ -36,7 +34,7 @@ object Dependencies {
val scopt = "3.6.0"
val json4s = "3.2.11"
val scalaz7 = "7.2.13"
val snowplowTracker = "0.1.0"
val snowplowTracker = "0.3.0"
// Scala (test only)
val specs2 = "3.9.1"
}
Expand Down

0 comments on commit 8504fcc

Please sign in to comment.