zio-test-akka-http_2.13
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>info.senia</groupId>
<artifactId>zio-test-akka-http_2.13</artifactId>
<version>2.1.26</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>info.senia</groupId>
<artifactId>zio-test-akka-http_2.13</artifactId>
<packaging>jar</packaging>
<description>zio-test-akka-http</description>
<url>https://github.com/senia-psm/zio-test-akka-http</url>
<version>2.1.26</version>
<licenses>
<license>
<name>Apache-2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0</url>
<distribution>repo</distribution>
</license>
</licenses>
<name>zio-test-akka-http</name>
<organization>
<name>info.senia</name>
<url>https://github.com/senia-psm/zio-test-akka-http</url>
</organization>
<scm>
<url>https://github.com/senia-psm/zio-test-akka-http</url>
<connection>scm:git:git@github.com:senia-psm/zio-test-akka-http.git</connection>
</scm>
<developers>
<developer>
<id>senia</id>
<name>Simon Popugaev</name>
<url>https://github.com/afsaltha://github.com/senia-psm</url>
<email>seniapsm@gmail.com</email>
</developer>
</developers>
<dependencies>
<dependency>
<groupId>org.scala-lang</groupId>
<artifactId>scala-library</artifactId>
<version>2.13.18</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio_2.13</artifactId>
<version>2.1.26</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test_2.13</artifactId>
<version>2.1.26</version>
</dependency>
<dependency>
<groupId>dev.zio</groupId>
<artifactId>zio-test-sbt_2.13</artifactId>
<version>2.1.26</version>
<scope>test</scope>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-http_2.13</artifactId>
<version>10.2.10</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-stream_2.13</artifactId>
<version>2.6.20</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-actor_2.13</artifactId>
<version>2.6.20</version>
</dependency>
<dependency>
<groupId>com.typesafe.akka</groupId>
<artifactId>akka-testkit_2.13</artifactId>
<version>2.6.20</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>