We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 393a5bc commit b25a022Copy full SHA for b25a022
java-scala/README.md
@@ -61,7 +61,7 @@ Then add into your project's `pom.xml`:
61
<dependency>
62
<groupId>com.snowplowanalytics</groupId>
63
<artifactId>referer-parser</artifactId>
64
- <version>0.1.0</version>
+ <version>0.3.0</version>
65
</dependency>
66
```
67
@@ -118,7 +118,7 @@ Add this to your SBT config:
118
val snowplowRepo = "SnowPlow Repo" at "http://maven.snplow.com/releases/"
119
120
// Dependency
121
-val refererParser = "com.snowplowanalytics" % "referer-parser" % "0.1.0"
+val refererParser = "com.snowplowanalytics" % "referer-parser" % "0.3.0"
122
123
124
## Contributing
0 commit comments