We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 843e0e9 commit e8bb89bCopy full SHA for e8bb89b
.gitignore
@@ -0,0 +1,19 @@
1
+.idea/
2
+**/*.iml
3
+### Maven template
4
+**/target/
5
+pom.xml.tag
6
+pom.xml.releaseBackup
7
+pom.xml.versionsBackup
8
+pom.xml.next
9
+release.properties
10
+dependency-reduced-pom.xml
11
+buildNumber.properties
12
+.mvn/timing.properties
13
+classes
14
+
15
+# gradle stuff
16
+**/build/
17
+.gradle/
18
+_site
19
+.DS_Store
pom.xml
@@ -14,7 +14,7 @@
<dependency>
<groupId>systems.manifold</groupId>
<artifactId>manifold-all</artifactId>
- <version>0.71-alpha</version>
+ <version>2019.1.0-ea</version>
</dependency>
20
<!--SparkJava -->
0 commit comments