1<?xml version="1.0" encoding="UTF-8"?>
2<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven" xmlns:e="http://ant.apache.org/ivy/extra">
3	<info organisation="com.trueaccord.lenses"
4		module="lenses_2.12"
5		revision="0.4.10"
6		status="release"
7		publication="20170220030735"
8	>
9		<license name="Apache 2" url="http://www.apache.org/licenses/LICENSE-2.0.txt" />
10		<description homepage="https://github.com/trueaccord/lenses">
11		lenses
12		</description>
13		<e:sbtTransformHash>9453ec289fdf4da5f208e5d3057f75b448dedc53</e:sbtTransformHash>
14	</info>
15	<configurations>
16		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
17		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
18		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
19		<conf name="provided" visibility="public" description="this is much like compile, but indicates you expect the JDK or a container to provide it. It is only available on the compilation classpath, and is not transitive."/>
20		<conf name="runtime" visibility="public" description="this scope indicates that the dependency is not required for compilation, but is for execution. It is in the runtime and test classpaths, but not the compile classpath." extends="compile"/>
21		<conf name="test" visibility="private" description="this scope indicates that the dependency is not required for normal use of the application, and is only available for the test compilation and execution phases." extends="runtime"/>
22		<conf name="system" visibility="public" description="this scope is similar to provided except that you have to provide the JAR which contains it explicitly. The artifact is always available and is not looked up in a repository."/>
23		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
24		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
25		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
26	</configurations>
27	<publications>
28		<artifact name="lenses_2.12" type="jar" ext="jar" conf="master"/>
29	</publications>
30	<dependencies>
31		<dependency org="org.scala-lang" name="scala-library" rev="2.12.1" force="true" conf="compile->compile(*),master(compile);runtime->runtime(*)"/>
32		<dependency org="org.scalacheck" name="scalacheck_2.12" rev="1.13.4" force="true" conf="test->runtime(*),master(compile)"/>
33		<dependency org="org.scalatest" name="scalatest_2.12" rev="3.0.0" force="true" conf="test->runtime(*),master(compile)"/>
34	</dependencies>
35</ivy-module>
36