mirror of https://github.com/ornicar/lila-maven
parent
be6149aa00
commit
fddee055e6
Binary file not shown.
@ -0,0 +1 @@
|
||||
caada394752d436ca995c2c8834378b3
|
@ -0,0 +1 @@
|
||||
9141056e38a4375ae32b6fd3e1cfd3eac6ce7e66
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
d8a1914e09ad01a420f74a2128a676fa
|
@ -0,0 +1 @@
|
||||
b4626984b4bbba4d39eb15fac88d18419eeb7d4a
|
Binary file not shown.
@ -0,0 +1 @@
|
||||
3ed550a27cb86779c6ab9e72a99f8900
|
@ -0,0 +1 @@
|
||||
276bab4f1675a7abebc91c3cffe45a827a8a7a05
|
@ -0,0 +1,37 @@
|
||||
<?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>com.github.ornicar</groupId>
|
||||
<artifactId>scalalib_3</artifactId>
|
||||
<packaging>jar</packaging>
|
||||
<description>scalalib</description>
|
||||
<version>9.2.0</version>
|
||||
<licenses>
|
||||
<license>
|
||||
<name>MIT</name>
|
||||
<url>https://opensource.org/licenses/MIT</url>
|
||||
<distribution>repo</distribution>
|
||||
</license>
|
||||
</licenses>
|
||||
<name>scalalib</name>
|
||||
<organization>
|
||||
<name>com.github.ornicar</name>
|
||||
</organization>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.scala-lang</groupId>
|
||||
<artifactId>scala3-library_3</artifactId>
|
||||
<version>3.3.0-RC3</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>
|
||||
</dependencies>
|
||||
</project>
|
@ -0,0 +1 @@
|
||||
6026121c7dd03e1dcbcce512c3de5486
|
@ -0,0 +1 @@
|
||||
8e19ba3c82a0219e9ca796866cf789c8768ec10a
|
Loading…
Reference in new issue