fly4s_3
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.github.geirolz</groupId> <artifactId>fly4s_3</artifactId> <version>1.1.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>com.github.geirolz</groupId> <artifactId>fly4s_3</artifactId> <packaging>jar</packaging> <description>A functional wrapper for Flywayy</description> <url>https://github.com/geirolz/fly4s</url> <version>1.1.0</version> <licenses> <license> <name>Apache-2.0</name> <url>http://www.apache.org/licenses/LICENSE-2.0</url> <distribution>repo</distribution> </license> </licenses> <name>fly4s</name> <organization> <name>com.github.geirolz</name> <url>https://github.com/geirolz/fly4s</url> </organization> <scm> <url>https://github.com/geirolz/fly4s</url> <connection>scm:git:https://github.com/geirolz/fly4s.git</connection> <developerConnection>scm:git:git@github.com:geirolz/fly4s.git</developerConnection> </scm> <developers> <developer> <id>DavidGeirola</id> <name>David Geirola</name> <url>https://github.com/geirolz</url> <email>david.geirola@gmail.com</email> </developer> </developers> <properties> <info.versionScheme>early-semver</info.versionScheme> </properties> <dependencies> <dependency> <groupId>org.scala-lang</groupId> <artifactId>scala3-library_3</artifactId> <version>3.3.4</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>cats-core_3</artifactId> <version>2.12.0</version> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>cats-effect_3</artifactId> <version>3.5.5</version> </dependency> <dependency> <groupId>org.flywaydb</groupId> <artifactId>flyway-core</artifactId> <version>10.21.0</version> </dependency> <dependency> <groupId>org.scalameta</groupId> <artifactId>munit_3</artifactId> <version>1.0.2</version> <scope>test</scope> </dependency> <dependency> <groupId>org.typelevel</groupId> <artifactId>munit-cats-effect_3</artifactId> <version>2.0.0</version> <scope>test</scope> </dependency> <dependency> <groupId>com.h2database</groupId> <artifactId>h2</artifactId> <version>2.3.232</version> <scope>test</scope> </dependency> </dependencies> </project>