summaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml14
1 files changed, 5 insertions, 9 deletions
diff --git a/pom.xml b/pom.xml
index 8ac8012..7c971dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -6,7 +6,7 @@
<groupId>com.tavianator.sangria</groupId>
<artifactId>sangria</artifactId>
- <version>1.2-SNAPSHOT</version>
+ <version>1.3-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Sangria</name>
@@ -92,14 +92,10 @@
<dependency>
<groupId>com.google.inject</groupId>
- <artifactId>guice</artifactId>
- <version>4.0-beta5</version>
- </dependency>
-
- <dependency>
- <groupId>com.google.inject.extensions</groupId>
- <artifactId>guice-multibindings</artifactId>
- <version>4.0-beta5</version>
+ <artifactId>guice-bom</artifactId>
+ <version>4.0</version>
+ <type>pom</type>
+ <scope>import</scope>
</dependency>
<dependency>