Initial Development #1
@ -39,19 +39,19 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.scala-lang</groupId>
|
<groupId>org.scala-lang</groupId>
|
||||||
<artifactId>scala3-library_3</artifactId>
|
<artifactId>scala3-library_3</artifactId>
|
||||||
<version>3.5.2</version>
|
<version>${scala.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.groovy</groupId>
|
<groupId>org.codehaus.groovy</groupId>
|
||||||
<artifactId>groovy-test</artifactId>
|
<artifactId>groovy-test</artifactId>
|
||||||
<version>3.0.24</version>
|
<version>${groovy.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.codehaus.groovy</groupId>
|
<groupId>org.codehaus.groovy</groupId>
|
||||||
<artifactId>groovy-test-junit5</artifactId>
|
<artifactId>groovy-test-junit5</artifactId>
|
||||||
<version>3.0.24</version>
|
<version>${groovy.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
@ -42,6 +42,10 @@
|
|||||||
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
|
<kotlin.compiler.jvmTarget>${java.version}</kotlin.compiler.jvmTarget>
|
||||||
<kotlin.version>2.1.10</kotlin.version>
|
<kotlin.version>2.1.10</kotlin.version>
|
||||||
<serialization.version>1.8.0</serialization.version>
|
<serialization.version>1.8.0</serialization.version>
|
||||||
|
<scala.version>3.5.2</scala.version>
|
||||||
|
<groovy.version>3.0.24</groovy.version>
|
||||||
|
<sqlite.version>3.46.1.2</sqlite.version>
|
||||||
|
<postgresql.version>42.7.5</postgresql.version>
|
||||||
</properties>
|
</properties>
|
||||||
|
|
||||||
<modules>
|
<modules>
|
||||||
@ -80,13 +84,13 @@
|
|||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.xerial</groupId>
|
<groupId>org.xerial</groupId>
|
||||||
<artifactId>sqlite-jdbc</artifactId>
|
<artifactId>sqlite-jdbc</artifactId>
|
||||||
<version>3.46.1.2</version>
|
<version>${sqlite.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<groupId>org.postgresql</groupId>
|
<groupId>org.postgresql</groupId>
|
||||||
<artifactId>postgresql</artifactId>
|
<artifactId>postgresql</artifactId>
|
||||||
<version>42.7.5</version>
|
<version>${postgresql.version}</version>
|
||||||
<scope>test</scope>
|
<scope>test</scope>
|
||||||
</dependency>
|
</dependency>
|
||||||
</dependencies>
|
</dependencies>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user