Skip to content

Commit 1abead1

Browse files
Merge pull request #13 from SpineEventEngine/update-readme
Update README.md
2 parents cafcbe8 + 8819a9b commit 1abead1

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
[![codecov][codecov-badge]][codecov]  
33
[![license][license-badge]][license]
44

5-
# Spine Testlib
5+
# Spine Base TestLib
66

77
This module provides utilities for testing in Spine SDK subprojects.
88
These 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
2323
dependencies {
24-
testImplementation("io.spine.tools:spine-testlib:${version}")
24+
testImplementation("io.spine.tools:base-testlib:${version}")
2525
}
2626
```
2727

dependencies.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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
66
1. **Group** : com.google.auto.value. **Name** : auto-value-annotations. **Version** : 1.10.2.
@@ -948,6 +948,6 @@
948948

949949
The 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).

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

version.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@
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")

0 commit comments

Comments
 (0)