Skip to content

Commit 120b724

Browse files
authored
Downgraded us.jimschubert:kopper-typed dependency (#197)
1 parent 745f407 commit 120b724

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

buildSrc/src/main/kotlin/Dependencies.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ object Versions {
3030
const val cxf = "3.2.4"
3131
const val kaptMetainf = "1.8"
3232
const val gson = "2.8.5"
33-
const val kopperTyped = "0.0.4"
33+
const val kopperTyped = "0.0.3"
3434
const val jansi = "1.17.1"
3535
const val googleHttpClient = "1.24.1"
3636
const val keyczar = "0.66"

deployment/distribution/src/main/kotlin/org/codice/ctk/Command.kt

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,16 +26,16 @@ import org.codice.ctk.Runner.Companion.SLO_BASIC_TESTS
2626
import org.codice.ctk.Runner.Companion.SLO_ERROR_TESTS
2727
import org.codice.ctk.Runner.Companion.SSO_BASIC_TESTS
2828
import org.codice.ctk.Runner.Companion.SSO_ERROR_TESTS
29+
import org.fusesource.jansi.Ansi.ansi
2930
import org.junit.platform.engine.TestExecutionResult
3031
import org.junit.platform.engine.discovery.DiscoverySelectors.selectClass
3132
import org.junit.platform.launcher.TestExecutionListener
3233
import org.junit.platform.launcher.TestIdentifier
34+
import org.junit.platform.launcher.TestPlan
3335
import org.junit.platform.launcher.core.LauncherDiscoveryRequestBuilder
3436
import org.junit.platform.launcher.core.LauncherFactory
3537
import org.junit.platform.launcher.listeners.SummaryGeneratingListener
3638
import us.jimschubert.kopper.Parser
37-
import org.fusesource.jansi.Ansi.ansi
38-
import org.junit.platform.launcher.TestPlan
3939
import java.io.File
4040
import java.io.PrintWriter
4141

0 commit comments

Comments
 (0)