Skip to content

Commit

Permalink
Merge pull request #33 from isayushev/fix-dependencies
Browse files Browse the repository at this point in the history
Fix slf4j dependency
  • Loading branch information
Alex009 authored Nov 28, 2022
2 parents 45515b8 + e9e050f commit bb9cbcd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions shaper-cli/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ plugins {

dependencies {
implementation("org.jetbrains.kotlinx:kotlinx-cli:0.3.1")
/** github.jknack:handlebars uses a slf4j-api package which is working only with slf4j-simple
* if github.jknack:handlebars version updated, slf4j-simple needs up version too **/
implementation("org.slf4j:slf4j-simple:1.7.25")
implementation(project(":shaper-core"))
}

Expand Down

0 comments on commit bb9cbcd

Please sign in to comment.