We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 149cb6e commit 8649e7fCopy full SHA for 8649e7f
java-scala/project/BuildSettings.scala
@@ -22,7 +22,7 @@ object BuildSettings {
22
// Basic settings for our app
23
lazy val basicSettings = Seq[Setting[_]](
24
organization := "com.snowplowanalytics",
25
- version := "0.3.0",
+ version := "0.2.0",
26
description := "Library for extracting marketing attribution data from referer URLs",
27
scalaVersion := "2.9.1",
28
scalacOptions := Seq("-deprecation", "-encoding", "utf8"),
0 commit comments