From f7d1371e5f087c53e18f85c80e74322321560886 Mon Sep 17 00:00:00 2001 From: alexander-yevsyukov Date: Sun, 5 Jan 2025 16:21:18 +0000 Subject: [PATCH] Bump Time -> `2.0.0-SNAPSHOT.136` --- buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt b/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt index 489e58e8..56518ecd 100644 --- a/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt +++ b/buildSrc/src/main/kotlin/io/spine/dependency/local/Time.kt @@ -1,5 +1,5 @@ /* - * Copyright 2024, TeamDev. All rights reserved. + * Copyright 2025, TeamDev. All rights reserved. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -33,11 +33,10 @@ package io.spine.dependency.local */ @Suppress("ConstPropertyName") object Time { - const val version = "2.0.0-SNAPSHOT.135" + const val version = "2.0.0-SNAPSHOT.136" const val group = Spine.group const val artifact = "spine-time" const val lib = "$group:$artifact:$version" - //TODO:2024-11-29:alexander.yevsyukov: Change the artifact name to `spine-time-testlib`. - const val testLib = "${Spine.toolsGroup}:spine-testutil-time:$version" + const val testLib = "${Spine.toolsGroup}:spine-time-testlib:$version" }