aboutsummaryrefslogtreecommitdiff
path: root/site/src/main/jekyll/get-started.md
diff options
context:
space:
mode:
Diffstat (limited to 'site/src/main/jekyll/get-started.md')
-rw-r--r--site/src/main/jekyll/get-started.md11
1 files changed, 8 insertions, 3 deletions
diff --git a/site/src/main/jekyll/get-started.md b/site/src/main/jekyll/get-started.md
index 5bd0f9f8..07c59654 100644
--- a/site/src/main/jekyll/get-started.md
+++ b/site/src/main/jekyll/get-started.md
@@ -20,16 +20,21 @@ All Kamon components are available through Sonatype and Maven Central and no spe
If you are using SBT, you will need to add something like this to your build definition:
```scala
-libraryDependencies += "io.kamon" % "kamon-core" % "0.0.15"
+libraryDependencies += "io.kamon" % "kamon-core" % "0.3.0"
```
Then, add any additional module you need:
-* kamon-core (only compatible with Akka 2.2.x)
-* kamon-spray (only compatible with Spray 1.2.x)
+* kamon-core
+* kamon-spray
* kamon-statsd
* kamon-newrelic
+### Compatibility Notes: ###
+
+* 0.3.x releases are compatible with Akka 2.3, Spray 1.3 and Play 2.3-M1.
+* 0.2.x releases are compatible with Akka 2.2, Spray 1.2 and Play 2.2.
+
Second: Start your app with the AspectJ Weaver
----------------------------------------------