Skip to content

Commit 02b107f

Browse files
committed
Kotlinx library should named as system module.
1 parent 134c7af commit 02b107f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -59,13 +59,13 @@ The self extracting installer is the easiest to use. You will be asked for a loc
5959

6060
```
6161
wget -O snake-installer-amd64.sh \
62-
https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-170/snake-installer-amd64.sh && \
62+
https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-installer-amd64.sh && \
6363
sh snake-installer-amd64.sh
6464
```
6565

6666
#### From Your Desktop
6767

68-
* Download [snake-amd64-installer.sh](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-170/snake-installer-amd64.sh).
68+
* Download [snake-amd64-installer.sh](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-installer-amd64.sh).
6969
* Add Execute permission to the downloaded *snake-installer.sh* in your file manager.
7070
* Use the Open action in your file manager to start the installer.
7171

@@ -77,23 +77,23 @@ Another option is to download the archived version of the app, extract it to whe
7777

7878
```
7979
wget -O snake-amd64.tar.gz \
80-
https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-170/snake-amd64.tar.gz
80+
https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-amd64.tar.gz
8181
tar xzf snake-amd64-tar.gz
8282
cd snake
8383
bin/snake &
8484
```
8585

8686
#### From Your Desktop
8787

88-
* Download [snake-amd64.tar.gz](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-170/snake-amd64.tar.gz)
88+
* Download [snake-amd64.tar.gz](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-amd64.tar.gz)
8989
* Use the Open action in your file manager to locate and start `bin/snake` in the extracted folder.
9090

9191
### No-Runtime Packages
9292

9393
The above packages all include a stripped down amd64 Java runtime so you do not need to install your own. If you have another architecture such as X86 or Arm, or just want a smaller download, you can use your own runtime. It just needs to be at least [Java 15](https://adoptopenjdk.net/).
9494

95-
* [Installer](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-170/snake-installer-noruntime.sh)
96-
* [Tar Archive](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-170/snake-noruntime.tar.gz)
95+
* [Installer](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-installer-noruntime.sh)
96+
* [Tar Archive](https://github.com/bithatch/snake/releases/download/v1.0-SNAPSHOT-172/snake-noruntime.tar.gz)
9797

9898
All these packages include the `bin/snake` launcher script. You may need to edit this if you want to use a runtime other than the system default.
9999

snake-dist/buildNumber.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#maven.buildNumber.plugin properties file
2-
#Thu Apr 15 23:24:07 BST 2021
3-
buildNumber=170
2+
#Thu Apr 15 23:37:39 BST 2021
3+
buildNumber=172

snake-dist/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@
126126
<automaticArtifact>jnr-a64asm</automaticArtifact>
127127
<automaticArtifact>jnr-x86asm</automaticArtifact>
128128
<automaticArtifact>annotations</automaticArtifact>
129-
<automaticArtifact>kotlin-coroutines-core-jvm</automaticArtifact>
129+
<automaticArtifact>kotlinx-coroutines-core-jvm</automaticArtifact>
130130
<automaticArtifact>kotlin-logging-jvm</automaticArtifact>
131131
<automaticArtifact>javassist</automaticArtifact>
132132
</automaticArtifacts>
@@ -225,7 +225,7 @@
225225
<automaticArtifact>jnr-a64asm</automaticArtifact>
226226
<automaticArtifact>jnr-x86asm</automaticArtifact>
227227
<automaticArtifact>annotations</automaticArtifact>
228-
<automaticArtifact>kotlin-coroutines-core-jvm</automaticArtifact>
228+
<automaticArtifact>kotlinx-coroutines-core-jvm</automaticArtifact>
229229
<automaticArtifact>kotlin-logging-jvm</automaticArtifact>
230230
<automaticArtifact>javassist</automaticArtifact>
231231
</automaticArtifacts>

0 commit comments

Comments
 (0)