-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathadvent-of-code-clj.iml
20 lines (20 loc) · 1.25 KB
/
advent-of-code-clj.iml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="UTF-8"?>
<module cursive.leiningen.project.DepsProjectsManager.isLeinModule="true" cursive.leiningen.project.LeiningenProjectsManager.displayName="advent-of-code-clj" type="JAVA_MODULE" version="4">
<component name="NewModuleRootManager" inherit-compiler-output="true">
<exclude-output />
<content url="file://$MODULE_DIR$/../advant-of-code-clj/src">
<sourceFolder url="file://$MODULE_DIR$/../advant-of-code-clj/src" isTestSource="false" />
</content>
<content url="file://$MODULE_DIR$/../advant-of-code-clj/test">
<sourceFolder url="file://$MODULE_DIR$/../advant-of-code-clj/test" isTestSource="false" />
</content>
<content url="file://$MODULE_DIR$" />
<orderEntry type="inheritedJdk" />
<orderEntry type="sourceFolder" forTests="false" />
<orderEntry type="library" name="Deps: org.clojure/clojure:1.10.3" level="project" />
<orderEntry type="library" name="Deps: clj-time:0.15.2" level="project" />
<orderEntry type="library" name="Deps: org.clojure/spec.alpha:0.2.194" level="project" />
<orderEntry type="library" name="Deps: org.clojure/core.specs.alpha:0.2.56" level="project" />
<orderEntry type="library" name="Deps: joda-time:2.10" level="project" />
</component>
</module>