-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathClojure-Practice.iml
23 lines (23 loc) · 1.33 KB
/
Clojure-Practice.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
<component name="BuildSystem">
<option name="buildSystemId" value="CLOJURE_DEPS" />
<option name="displayName" value="Clojure-Practice" />
</component>
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$">
<sourceFolder url="file://$MODULE_DIR$/test" isTestSource="true" />
</content>
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Deps: org.clojure/clojure:1.11.1" level="project" />
<orderEntry type="library" name="Deps: io.github.cognitect-labs/test-runner:dfb30d" level="project" />
<orderEntry type="library" name="Deps: org.clojure/spec.alpha:0.3.218" level="project" />
<orderEntry type="library" name="Deps: org.clojure/core.specs.alpha:0.2.62" level="project" />
<orderEntry type="library" name="Deps: org.clojure/tools.namespace:1.3.0" level="project" />
<orderEntry type="library" name="Deps: org.clojure/tools.cli:1.0.206" level="project" />
<orderEntry type="library" name="Deps: org.clojure/java.classpath:1.0.0" level="project" />
<orderEntry type="library" name="Deps: org.clojure/tools.reader:1.3.6" level="project" />
</component>
</module>