File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22[ ![ codecov] [ codecov-badge ]] [ codecov ]   ;
33[ ![ license] [ license-badge ]] [ license ]
44
5- # Spine Testlib
5+ # Spine Base TestLib
66
77This module provides utilities for testing in Spine SDK subprojects.
88These utilities may also be handy for the users of the Spine SDK.
@@ -21,7 +21,7 @@ To use Spine Testlib in your Gradle project:
2121
2222``` kotlin
2323dependencies {
24- testImplementation(" io.spine.tools:spine -testlib:${version} " )
24+ testImplementation(" io.spine.tools:base -testlib:${version} " )
2525}
2626```
2727
Original file line number Diff line number Diff line change 11
22
3- # Dependencies of ` io.spine.tools:base-testlib:2.0.0-SNAPSHOT.212 `
3+ # Dependencies of ` io.spine.tools:base-testlib:2.0.0-SNAPSHOT.213 `
44
55## Runtime
661 . ** Group** : com.google.auto.value. ** Name** : auto-value-annotations. ** Version** : 1.10.2.
948948
949949The dependencies distributed under several licenses, are used according their commercial-use-friendly license.
950950
951- This report was generated on ** Mon Apr 06 17:18:07 WEST 2026** using
951+ This report was generated on ** Mon Apr 06 19:15:14 WEST 2026** using
952952[ Gradle-License-Report plugin] ( https://github.com/jk1/Gradle-License-Report ) by Evgeny Naumenko, licensed under
953953[ Apache 2.0 License] ( https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE ) .
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
1010 -->
1111<groupId >io.spine.tools</groupId >
1212<artifactId >testlib</artifactId >
13- <version >2.0.0-SNAPSHOT.212 </version >
13+ <version >2.0.0-SNAPSHOT.213 </version >
1414
1515<inceptionYear >2015</inceptionYear >
1616
Original file line number Diff line number Diff line change 2424 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
2525 */
2626
27- val versionToPublish: String by extra(" 2.0.0-SNAPSHOT.212 " )
27+ val versionToPublish: String by extra(" 2.0.0-SNAPSHOT.213 " )
You can’t perform that action at this time.
0 commit comments