Skip to content
This repository was archived by the owner on Oct 13, 2025. It is now read-only.

Commit 4b5037b

Browse files
committed
scala 2_12
1 parent b5b8054 commit 4b5037b

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44

55
<groupId>com.arangodb</groupId>
6-
<artifactId>velocypack-module-scala</artifactId>
6+
<artifactId>velocypack-module-scala_2.12</artifactId>
77
<version>1.1.0</version>
88
<inceptionYear>2017</inceptionYear>
99
<packaging>jar</packaging>
@@ -79,9 +79,9 @@
7979
<plugin>
8080
<groupId>com.google.code.sbt-compiler-maven-plugin</groupId>
8181
<artifactId>sbt-compiler-maven-plugin</artifactId>
82-
<version>1.0.0-beta9</version>
82+
<version>1.0.0</version>
8383
<configuration>
84-
<scalaVersion>2.11.8</scalaVersion>
84+
<scalaVersion>2.12.8</scalaVersion>
8585
</configuration>
8686
<executions>
8787
<execution>
@@ -186,7 +186,7 @@
186186
</dependency>
187187
<dependency>
188188
<groupId>org.scalatest</groupId>
189-
<artifactId>scalatest_2.11</artifactId>
189+
<artifactId>scalatest_2.12</artifactId>
190190
<scope>test</scope>
191191
</dependency>
192192
<dependency>
@@ -210,7 +210,7 @@
210210
</dependency>
211211
<dependency>
212212
<groupId>org.scalatest</groupId>
213-
<artifactId>scalatest_2.11</artifactId>
213+
<artifactId>scalatest_2.12</artifactId>
214214
<version>3.0.0</version>
215215
</dependency>
216216
<dependency>

0 commit comments

Comments
 (0)