Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
[![codecov][codecov-badge]][codecov]  
[![license][license-badge]][license]

# Spine Testlib
# Spine Base TestLib

This module provides utilities for testing in Spine SDK subprojects.
These utilities may also be handy for the users of the Spine SDK.
Expand All @@ -21,7 +21,7 @@ To use Spine Testlib in your Gradle project:

```kotlin
dependencies {
testImplementation("io.spine.tools:spine-testlib:${version}")
testImplementation("io.spine.tools:base-testlib:${version}")
}
```

Expand Down
4 changes: 2 additions & 2 deletions dependencies.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@


# Dependencies of `io.spine.tools:base-testlib:2.0.0-SNAPSHOT.212`
# Dependencies of `io.spine.tools:base-testlib:2.0.0-SNAPSHOT.213`

## Runtime
1. **Group** : com.google.auto.value. **Name** : auto-value-annotations. **Version** : 1.10.2.
Expand Down Expand Up @@ -948,6 +948,6 @@

The dependencies distributed under several licenses, are used according their commercial-use-friendly license.

This report was generated on **Mon Apr 06 17:18:07 WEST 2026** using
This report was generated on **Mon Apr 06 19:15:14 WEST 2026** using
[Gradle-License-Report plugin](https://github.com/jk1/Gradle-License-Report) by Evgeny Naumenko, licensed under
[Apache 2.0 License](https://github.com/jk1/Gradle-License-Report/blob/master/LICENSE).
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ all modules and does not describe the project structure per-subproject.
-->
<groupId>io.spine.tools</groupId>
<artifactId>testlib</artifactId>
<version>2.0.0-SNAPSHOT.212</version>
<version>2.0.0-SNAPSHOT.213</version>

<inceptionYear>2015</inceptionYear>

Expand Down
2 changes: 1 addition & 1 deletion version.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/

val versionToPublish: String by extra("2.0.0-SNAPSHOT.212")
val versionToPublish: String by extra("2.0.0-SNAPSHOT.213")
Loading