mirror of https://github.com/ornicar/lila-maven
parent
fddee055e6
commit
2f66643279
Binary file not shown.
@ -0,0 +1 @@
|
||||
0ebde28faf4800f85c138e39e01811ee
|
@ -0,0 +1 @@
|
||||
7c6364e5ca86dbd6b884f123ab7f33da7d10bad8
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
beba2b1cea4311496b852d04d3e36c97
|
@ -0,0 +1 @@
|
||||
c6d34059a25e2488227f9c7fa0edea33639d50dc
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
06db9fd904d3273bbf6ab1dc2efa2bcc
|
@ -0,0 +1 @@
|
||||
41170d5c5e7a38403828d902c9efdb58da9c434f
|
@ -0,0 +1,126 @@
|
||||
<?xml version='1.0' encoding='UTF-8'?>
|
||||
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://maven.apache.org/POM/4.0.0">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>org.lichess</groupId>
|
||||
<artifactId>scalachess_3</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>scalachess</description>
|
||||
<version>14.7.1</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>MIT</name>
|
||||
<url>https://opensource.org/licenses/MIT</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>scalachess</name>
|
||||
<organization>
|
||||
<name>org.lichess</name>
|
||||
</organization>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala3-library_3</artifactId>
|
||||
<version>3.3.0-RC3</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.specs2</groupId>
|
||||
<artifactId>specs2-core_3</artifactId>
|
||||
<version>4.19.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.specs2</groupId>
|
||||
<artifactId>specs2-cats_3</artifactId>
|
||||
<version>4.19.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scalameta</groupId>
|
||||
<artifactId>munit_3</artifactId>
|
||||
<version>1.0.0-M7</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scalacheck</groupId>
|
||||
<artifactId>scalacheck_3</artifactId>
|
||||
<version>1.17.0</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.scalameta</groupId>
|
||||
<artifactId>munit-scalacheck_3</artifactId>
|
||||
<version>1.0.0-M7</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.lenguyenthanh</groupId>
|
||||
<artifactId>compression</artifactId>
|
||||
<version>aacf55bea2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.disneystreaming</groupId>
|
||||
<artifactId>weaver-cats_3</artifactId>
|
||||
<version>0.8.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.disneystreaming</groupId>
|
||||
<artifactId>weaver-scalacheck_3</artifactId>
|
||||
<version>0.8.2</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>com.github.ornicar</groupId>
|
||||
<artifactId>scalalib_3</artifactId>
|
||||
<version>9.2.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>co.fs2</groupId>
|
||||
<artifactId>fs2-core_3</artifactId>
|
||||
<version>3.6.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>co.fs2</groupId>
|
||||
<artifactId>fs2-io_3</artifactId>
|
||||
<version>3.6.1</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>joda-time</groupId>
|
||||
<artifactId>joda-time</artifactId>
|
||||
<version>2.12.4</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.typelevel</groupId>
|
||||
<artifactId>cats-core_3</artifactId>
|
||||
<version>2.9.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.typelevel</groupId>
|
||||
<artifactId>alleycats-core_3</artifactId>
|
||||
<version>2.9.0</version>
|
||||
</dependency>
|
||||
<dependency>
|
||||
<groupId>org.typelevel</groupId>
|
||||
<artifactId>cats-parse_3</artifactId>
|
||||
<version>0.3.9</version>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>lila-maven</id>
|
||||
<name>lila-maven</name>
|
||||
<url>https://raw.githubusercontent.com/ornicar/lila-maven/master/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
<repository>
|
||||
<id>jitpack</id>
|
||||
<name>jitpack</name>
|
||||
<url>https://jitpack.io/</url>
|
||||
<layout>default</layout>
|
||||
</repository>
|
||||
</repositories>
|
||||
</project>
|
@ -0,0 +1 @@
|
||||
822a42ca7ec658762c5b33d074a4e7a0
|
@ -0,0 +1 @@
|
||||
094e46acea1bfa32fa28b0aa3431ebd63076474f
|
Loading…
Reference in new issue