File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -61,15 +61,15 @@ Turtle is provided as a Gradle/Maven dependency.
6161
6262``` gradle
6363dependencies {
64- implementation("com.lordcodes.turtle:turtle:0.9 .0")
64+ implementation("com.lordcodes.turtle:turtle:0.10 .0")
6565}
6666```
6767
6868#### ▶︎ Gradle Groovy DSL
6969
7070``` gradle
7171dependencies {
72- implementation 'com.lordcodes.turtle:turtle:0.9 .0'
72+ implementation 'com.lordcodes.turtle:turtle:0.10 .0'
7373}
7474```
7575
Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ org.gradle.jvmargs=-Dfile.encoding=UTF-8 -XX:+HeapDumpOnOutOfMemoryError -Xms2g
1515
1616# Maven Central publishing
1717GROUP =com.lordcodes.turtle
18- VERSION_NAME =0.9 .0
18+ VERSION_NAME =0.10 .0
1919POM_ARTIFACT_ID =turtle
2020
2121POM_NAME =Turtle
You can’t perform that action at this time.
0 commit comments