Skip to content

Commit

Permalink
update com.eaio.uuid to 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Shimi committed Sep 25, 2011
1 parent 04d355d commit 97b924c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -10,7 +10,7 @@ resolvers ++= Seq("Shorrockin Repository" at "http://maven.shorrockin.com/")

libraryDependencies ++= Seq(
"org.apache.thrift" % "libthrift" % "0.6.1",
"com.eaio.uuid" % "uuid" % "3.1",
"com.eaio.uuid" % "uuid" % "3.2",
"org.apache.cassandra" % "cassandra-all" % "0.8.5",
"org.slf4j" % "slf4j-api" % "1.6.1",
"org.slf4j" % "slf4j-log4j12" % "1.6.1",
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -179,7 +179,7 @@
<dependency>
<groupId>com.eaio.uuid</groupId>
<artifactId>uuid</artifactId>
<version>3.1</version>
<version>3.2</version>
</dependency>

<dependency>
Expand Down

0 comments on commit 97b924c

Please sign in to comment.