File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -97,13 +97,13 @@ To give this project a quick try on your own machine, just run some of the examp
97
97
98
98
Download ` blaze.jar ` to your project directory. If you have ` wget ` available
99
99
100
- wget -O blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.0 /blaze-lite-1.6.0 .jar'
100
+ wget -O blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.1 /blaze-lite-1.6.1 .jar'
101
101
102
102
If you have ` curl ` available
103
103
104
- curl -o blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.0 /blaze-lite-1.6.0 .jar'
104
+ curl -o blaze.jar 'https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.1 /blaze-lite-1.6.1 .jar'
105
105
106
- Or simply [ download the file in your web browser] ( https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.0 /blaze-lite-1.6.0 .jar )
106
+ Or simply [ download the file in your web browser] ( https://repo1.maven.org/maven2/com/fizzed/blaze-lite/1.6.1 /blaze-lite-1.6.1 .jar )
107
107
and save it to your project directory with a name of ` blaze.jar `
108
108
109
109
## Write hello world blaze script in .java
@@ -322,7 +322,7 @@ the following in your shell
322
322
323
323
Writing your blaze scripts in an IDE is significantly more productive than trying to write them in a text editor. We
324
324
initially tried writing our own IDE plugins to automatically recognize blaze was present, but that proved too difficult
325
- to maintain over IDE versions. As of Blaze v1.6.0 +, there is a new simple method to enable IDE support across any
325
+ to maintain over IDE versions. As of Blaze v1.6.1 +, there is a new simple method to enable IDE support across any
326
326
IDE that supports Maven projects.
327
327
328
328
java -jar blaze.jar --generate-maven-project
You can’t perform that action at this time.
0 commit comments