diff --git a/README.md b/README.md
index a91bbe7..c47b552 100644
--- a/README.md
+++ b/README.md
@@ -10,6 +10,6 @@
mvn clean verify
# run the interpreter
-java -jar target/transcendental-lisp-*-jar-with-dependencies.jar
+java -jar target/transcendental-lisp-*.jar
```
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 83f6272..0347720 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
UTF-8
1.2.71
- 5.2.0
+ 5.3.1
false
@@ -23,13 +23,13 @@
org.apache.maven.plugins
maven-clean-plugin
- 3.0.0
+ 3.1.0
org.apache.maven.plugins
maven-resources-plugin
- 3.0.2
+ 3.1.0
@@ -61,7 +61,7 @@
org.apache.maven.plugins
maven-compiler-plugin
- 3.7.0
+ 3.8.0
@@ -97,13 +97,8 @@
org.apache.maven.plugins
maven-surefire-plugin
- 2.19.1
+ 2.22.1
-
- org.junit.platform
- junit-platform-surefire-provider
- 1.0.1
-
org.junit.jupiter
junit-jupiter-engine
@@ -125,7 +120,7 @@
org.apache.maven.plugins
maven-jar-plugin
- 3.0.2
+ 3.1.0
@@ -136,49 +131,22 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
org.apache.maven.plugins
- maven-assembly-plugin
- 3.1.0
+ maven-shade-plugin
+ 3.2.0
package
- single
+ shade
-
-
-
- application.LispMain
-
- true
-
-
-
- jar-with-dependencies
-
+
+
+ application.LispMain
+
+
@@ -214,7 +182,7 @@
org.assertj
assertj-core
- 3.9.1
+ 3.11.1
test
@@ -232,7 +200,7 @@
test
-
+
junit
junit