diff --git a/build.gradle.kts b/build.gradle.kts index 769a7161..1d03810b 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -34,7 +34,7 @@ allprojects { implementation(scala.stdlib) // Gears is a wip strawman library for async programming not available on Maven Central: it is // included as git submodule in this project and added as dependency via jars. - val gears = "gears_3-0.1.0-SNAPSHOT" + val gears = "gears_3" implementation( files( listOf( diff --git a/libs/gears b/libs/gears index 4d43bb20..eb172470 160000 --- a/libs/gears +++ b/libs/gears @@ -1 +1 @@ -Subproject commit 4d43bb2034148a4b4e7b6a316ceffb4de9241b3f +Subproject commit eb1724705b3cbe83cba61cfa5f35efe11aeee88f diff --git a/libs/gears_3-0.1.0-SNAPSHOT-javadoc.jar b/libs/gears_3-javadoc.jar similarity index 88% rename from libs/gears_3-0.1.0-SNAPSHOT-javadoc.jar rename to libs/gears_3-javadoc.jar index c6b30c72..9a1f06b2 100644 Binary files a/libs/gears_3-0.1.0-SNAPSHOT-javadoc.jar and b/libs/gears_3-javadoc.jar differ diff --git a/libs/gears_3-0.1.0-SNAPSHOT-sources.jar b/libs/gears_3-sources.jar similarity index 52% rename from libs/gears_3-0.1.0-SNAPSHOT-sources.jar rename to libs/gears_3-sources.jar index 29a9a132..ea76a89c 100644 Binary files a/libs/gears_3-0.1.0-SNAPSHOT-sources.jar and b/libs/gears_3-sources.jar differ diff --git a/libs/gears_3-0.1.0-SNAPSHOT.jar b/libs/gears_3.jar similarity index 61% rename from libs/gears_3-0.1.0-SNAPSHOT.jar rename to libs/gears_3.jar index 33ac1abd..25744322 100644 Binary files a/libs/gears_3-0.1.0-SNAPSHOT.jar and b/libs/gears_3.jar differ