Skip to content

Commit cf3e47b

Browse files
committed
Added slf4j-simple as dependency (needed for new resolver)
1 parent 83c038b commit cf3e47b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,8 @@ dependencies {
3232
implementation("org.jetbrains.kotlin:kotlin-scripting-dependencies:$kotlinVersion")
3333
implementation("org.jetbrains.kotlin:kotlin-scripting-dependencies-maven:$kotlinVersion")
3434

35+
compile("org.slf4j:slf4j-simple:1.7.30")
36+
3537
testCompile("junit:junit:4.12")
3638
testCompile( "io.kotlintest:kotlintest:2.0.7")
3739
testCompile(kotlin("script-runtime"))

0 commit comments

Comments
 (0)