<?xml version="1.0" encoding="UTF-8"?>
<ivy-module version="2.0" xmlns:m="http://ant.apache.org/ivy/maven" xmlns:e="http://ant.apache.org/ivy/extra">
	<info organisation="org.scala-lang"
		module="scala-library"
		revision="2.11.11"
		status="release"
		publication="20170413215031"
		e:info.apiURL="http://www.scala-lang.org/api/2.11.11/"
	>
		<license name="BSD 3-Clause" url="http://www.scala-lang.org/license.html" />
		<description homepage="http://www.scala-lang.org/">
		Standard library for the Scala Programming Language
		</description>
		<e:sbtTransformHash>719030831efaab4a30ab3af2e7fb4c632e04d72b</e:sbtTransformHash>
		<m:properties__info.apiURL>http://www.scala-lang.org/api/2.11.11/</m:properties__info.apiURL>
	</info>
	<configurations>
		<conf name="default" visibility="public" description="runtime dependencies and master artifact can be used with this conf" extends="runtime,master"/>
		<conf name="master" visibility="public" description="contains only the artifact published by this module itself, with no transitive dependencies"/>
		<conf name="compile" visibility="public" description="this is the default scope, used if none is specified. Compile dependencies are available in all classpaths."/>
		<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."/>
		<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"/>
		<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"/>
		<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."/>
		<conf name="sources" visibility="public" description="this configuration contains the source artifact of this module, if any."/>
		<conf name="javadoc" visibility="public" description="this configuration contains the javadoc artifact of this module, if any."/>
		<conf name="optional" visibility="public" description="contains all optional dependencies"/>
	</configurations>
	<publications>
		<artifact name="scala-library" type="jar" ext="jar" conf="master"/>
	</publications>
</ivy-module>