Skip to content
This repository has been archived by the owner on Jun 11, 2021. It is now read-only.

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
sstone committed Oct 24, 2014
1 parent 492bef5 commit 5e603d1
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@

<properties>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<scala.version>2.11</scala.version>
<akka.version>2.3.2</akka.version>
<scala.version>2.11.2</scala.version>
<akka.version>2.3.6</akka.version>
</properties>

<licenses>
Expand All @@ -36,7 +36,6 @@
<developers>
<developer>
<id>sstone</id>
<email>[email protected]</email>
</developer>
</developers>

Expand All @@ -45,7 +44,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.1.6</version>
<version>3.2.0</version>
</plugin>
</plugins>
</reporting>
Expand Down Expand Up @@ -75,7 +74,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.1.6</version>
<version>3.2.0</version>
<configuration>
<jvmArgs>
<jvmArg>-Xms64m</jvmArg>
Expand All @@ -102,7 +101,7 @@
<plugin>
<groupId>net.alchim31.maven</groupId>
<artifactId>scala-maven-plugin</artifactId>
<version>3.1.6</version>
<version>3.2.0</version>
<executions>
<execution>
<id>process-resources</id>
Expand Down Expand Up @@ -148,7 +147,7 @@
<dependency>
<groupId>com.rabbitmq</groupId>
<artifactId>amqp-client</artifactId>
<version>3.3.1</version>
<version>3.4.0</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
Expand All @@ -165,7 +164,7 @@
<dependency>
<groupId>ch.qos.logback</groupId>
<artifactId>logback-classic</artifactId>
<version>1.0.0</version>
<version>1.1.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand All @@ -177,7 +176,7 @@
<dependency>
<groupId>org.scalatest</groupId>
<artifactId>scalatest_2.11</artifactId>
<version>2.1.5</version>
<version>2.2.2</version>
<scope>test</scope>
</dependency>
<dependency>
Expand Down

0 comments on commit 5e603d1

Please sign in to comment.