We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f7aa85 commit 16f9dbeCopy full SHA for 16f9dbe
build.gradle.kts
@@ -26,8 +26,8 @@ defaultBuildTemplateForRootProject(
26
name = "USpek",
27
description = "Micro tool for testing with syntax similar to Spek, but shorter.",
28
githubUrl = "https://github.com/mareklangiewicz/USpek",
29
- version = Ver(0, 0, 40),
30
- // https://s01.oss.sonatype.org/content/repositories/releases/pl/mareklangiewicz/uspek/
+ version = Ver(0, 0, 41),
+ // https://central.sonatype.com/artifact/pl.mareklangiewicz/uspek/versions
31
// https://github.com/mareklangiewicz/USpek/releases
32
settings = LibSettings(
33
withJs = enableJs,
0 commit comments