Skip to content

Commit

Permalink
fun
Browse files Browse the repository at this point in the history
  • Loading branch information
mareklangiewicz committed Feb 1, 2025
1 parent db435c5 commit 6957efd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ defaultBuildTemplateForRootProject(
name = "USpek",
description = "Micro tool for testing with syntax similar to Spek, but shorter.",
githubUrl = "https://github.com/mareklangiewicz/USpek",
version = Ver(0, 0, 39),
version = Ver(0, 0, 40),
// https://s01.oss.sonatype.org/content/repositories/releases/pl/mareklangiewicz/uspek/
// https://github.com/mareklangiewicz/USpek/releases
settings = LibSettings(
Expand Down
1 change: 1 addition & 0 deletions ktjunit4sample/src/test/kotlin/MicroCalcJUnit4Test.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ package pl.mareklangiewicz.ktsample

import org.junit.runner.*
import pl.mareklangiewicz.kground.*
import pl.mareklangiewicz.kground.tee.teePP
import pl.mareklangiewicz.uspek.*

@RunWith(USpekJUnit4Runner::class)
Expand Down

0 comments on commit 6957efd

Please sign in to comment.