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:
9999- The [ Releases] [ Releases ] section of this repository.
100100
101101When 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 ** .
103103
104104A few common dependencies are provided below:
105105
@@ -108,22 +108,22 @@ A few common dependencies are provided below:
108108 ``` groovy
109109 repositories.mavenCentral()
110110
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 ')
112112 ```
113113 - Kotlin:
114114 ```kotlin
115115 repositories.maven {
116116 setUrl("https://jitpack.io")
117117 }
118118
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 ")
120120 ```
121121- **Maven POM**
122122 ```xml
123123 <dependency>
124124 <groupId>io.github.lucasstarsz.fastj</groupId>
125125 <artifactId>fastj-library</artifactId>
126- <version>1.7.0-SNAPSHOT-1 </version>
126+ <version>1.7.0-SNAPSHOT-2 </version>
127127 </dependency>
128128 ```
129129
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ plugins {
1515}
1616
1717group(' io.github.lucasstarsz.fastj' )
18- version(' 1.7.0-SNAPSHOT-1 ' )
18+ version(' 1.7.0-SNAPSHOT-2 ' )
1919description(' An open source, Java-based 2D game engine.' )
2020
2121import org.gradle.api.internal.tasks.testing.results.DefaultTestResult
You can’t perform that action at this time.
0 commit comments