Skip to content

Commit

Permalink
Minor cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ligee committed Feb 18, 2020
1 parent ef995b1 commit 5e6b23d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions jvm/basic/jvm-maven-deps/host/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,6 @@ dependencies {
implementation(project(":jvm:basic:jvm-maven-deps:script"))
implementation("org.jetbrains.kotlin:kotlin-scripting-jvm-host:$kotlinVersion")
testImplementation("junit:junit:4.12")
testRuntimeOnly("org.slf4j:slf4j-nop:1.7.28")
}

Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ import kotlin.script.dependencies.ScriptContents
import kotlin.script.dependencies.ScriptDependenciesResolver
import kotlin.script.experimental.annotations.KotlinScript
import kotlin.script.experimental.api.*
import kotlin.script.experimental.jvm.JvmDependency
import kotlin.script.experimental.jvm.compat.mapLegacyDiagnosticSeverity
import kotlin.script.experimental.jvm.compat.mapLegacyScriptPosition
import kotlin.script.experimental.jvm.dependenciesFromCurrentContext
Expand Down

0 comments on commit 5e6b23d

Please sign in to comment.