diff --git a/README.md b/README.md index 277fc11..cd8f060 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ To add Wookiee caching you need to include the dependency into your maven pom, l ``` com.webtrends - wookiee-cache_2.11 + wookiee-cache_2.12 ${platform.version} ``` @@ -28,7 +28,7 @@ This would then download the libraries that allow using the Cacheable Trait. By ``` com.webtrends - wookiee-cache-memcache_2.11 + wookiee-cache-memcache_2.12 ${platform.version} ``` diff --git a/pom.xml b/pom.xml index 6f48d33..de131ab 100644 --- a/pom.xml +++ b/pom.xml @@ -12,18 +12,18 @@ 999 1.0.0 SNAPSHOT - 2.11 - 2.11.12 + 2.12 + 2.12.10 ${build.number} ${project.artifactId}-${project.version} UTF-8 1.1.1 - 1.3.41 + 2.0-SNAPSHOT com.webtrends - wookiee-cache_2.11 - 1.2-SNAPSHOT + wookiee-cache_${scala.artifact.version} + 2.0-SNAPSHOT jar Component: Cache Wookiee Cache enables an easy Cacheable trait for in process memory caching. @@ -85,23 +85,47 @@ ${project.groupId} wookiee-test_${scala.artifact.version} ${wookiee.core.version} - test net.liftweb lift-json-ext_${scala.artifact.version} - 3.0.2 + 3.4.1 org.scalatest scalatest_${scala.artifact.version} - 3.0.0 + 3.1.2 org.scalatest scalatest-maven-plugin - 1.0-M2 + 1.0 + + + org.specs2 + specs2-junit_${scala.artifact.version} + 3.9.2 + test + + + com.typesafe.akka + akka-testkit_${scala.artifact.version} + 2.6.5 + test + + junit + junit + 4.11 + test + + + + org.jboss.netty + netty + 3.2.10.Final + + @@ -137,7 +161,7 @@ com.google.code.sbt-compiler-maven-plugin sbt-compiler-maven-plugin - 1.0.0-beta5 + 1.0.0 default-sbt-compile