effectie-monix3_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>io.kevinlee</groupId>
<artifactId>effectie-monix3_3</artifactId>
<version>2.2.0</version>
</dependency><?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>io.kevinlee</groupId>
<artifactId>effectie-monix3_3</artifactId>
<packaging>jar</packaging>
<description>Effect Utils - Monix 3</description>
<url>https://github.com/Kevin-Lee/effectie</url>
<version>2.2.0</version>
<licenses>
<license>
<name>MIT</name>
<url>http://opensource.org/licenses/MIT</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>effectie-monix3</name>
<organization>
<name>Kevin's Code</name>
<url>https://github.com/Kevin-Lee/effectie</url>
</organization>
<scm>
<url>https://github.com/Kevin-Lee/effectie</url>
<connection>git@github.com:Kevin-Lee/effectie.git</connection>
</scm>
<developers>
<developer>
<id>Kevin-Lee</id>
<name>Kevin Lee</name>
<url>https://github.com/Kevin-Lee</url>
<email>kevin.code@kevinlee.io</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>io.kevinlee</groupId>
<artifactId>effectie-core_3</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>io.kevinlee</groupId>
<artifactId>effectie-syntax_3</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>io.kevinlee</groupId>
<artifactId>effectie-cats_3</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>io.kevinlee</groupId>
<artifactId>effectie-cats-effect2_3</artifactId>
<version>2.2.0</version>
</dependency>
<dependency>
<groupId>io.kevinlee</groupId>
<artifactId>effectie-test4cats_3</artifactId>
<version>2.2.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala3-library_3</artifactId>
<version>3.3.3</version>
</dependency>
<dependency>
<groupId>qa.hedgehog</groupId>
<artifactId>hedgehog-core_3</artifactId>
<version>0.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>qa.hedgehog</groupId>
<artifactId>hedgehog-runner_3</artifactId>
<version>0.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>qa.hedgehog</groupId>
<artifactId>hedgehog-sbt_3</artifactId>
<version>0.13.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.kevinlee</groupId>
<artifactId>extras-cats_3</artifactId>
<version>0.49.0</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>io.monix</groupId>
<artifactId>monix_3</artifactId>
<version>3.4.0</version>
</dependency>
</dependencies>
</project>