File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ This library can be found in the following places:
99
99
- The [ Releases] [ Releases ] section of this repository.
100
100
101
101
When adding the dependency, ** make sure to replace ` [latest version here] ` with the actual version** (you'll find this
102
- in the jitpack.io or Maven Central link up above). ** The current latest version is 1.7.0-SNAPSHOT-1 ** .
102
+ in the jitpack.io or Maven Central link up above). ** The current latest version is 1.7.0-SNAPSHOT-2 ** .
103
103
104
104
A few common dependencies are provided below:
105
105
@@ -108,22 +108,22 @@ A few common dependencies are provided below:
108
108
``` groovy
109
109
repositories.mavenCentral()
110
110
111
- dependencies.implementation('io.github.lucasstarsz.fastj:fastj-library:1.7.0-SNAPSHOT-1 ')
111
+ dependencies.implementation('io.github.lucasstarsz.fastj:fastj-library:1.7.0-SNAPSHOT-2 ')
112
112
```
113
113
- Kotlin:
114
114
```kotlin
115
115
repositories.maven {
116
116
setUrl("https://jitpack.io")
117
117
}
118
118
119
- dependencies.implementation("io.github.lucasstarsz.fastj:fastj-library:1.7.0-SNAPSHOT-1 ")
119
+ dependencies.implementation("io.github.lucasstarsz.fastj:fastj-library:1.7.0-SNAPSHOT-2 ")
120
120
```
121
121
- **Maven POM**
122
122
```xml
123
123
<dependency>
124
124
<groupId>io.github.lucasstarsz.fastj</groupId>
125
125
<artifactId>fastj-library</artifactId>
126
- <version>1.7.0-SNAPSHOT-1 </version>
126
+ <version>1.7.0-SNAPSHOT-2 </version>
127
127
</dependency>
128
128
```
129
129
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
15
15
}
16
16
17
17
group(' io.github.lucasstarsz.fastj' )
18
- version(' 1.7.0-SNAPSHOT-1 ' )
18
+ version(' 1.7.0-SNAPSHOT-2 ' )
19
19
description(' An open source, Java-based 2D game engine.' )
20
20
21
21
import org.gradle.api.internal.tasks.testing.results.DefaultTestResult
You can’t perform that action at this time.
0 commit comments