Skip to content

Commit

Permalink
Fix dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
blootsvoets committed Aug 27, 2020
1 parent 86dbb58 commit 3eb7f56
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
plugins {
id 'org.jetbrains.kotlin.jvm' version '1.4.0'
id 'org.jetbrains.kotlin.jvm' version "1.4.0"
id 'com.jfrog.bintray' version '1.8.5' apply false
}

Expand Down Expand Up @@ -52,6 +52,7 @@ dependencies {
// exception template rendering
implementation 'com.github.spullara.mustache.java:compiler:0.9.6'

implementation "org.jetbrains.kotlin:kotlin-reflect"
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8"
implementation "org.slf4j:slf4j-api:$slf4jVersion"

Expand Down

0 comments on commit 3eb7f56

Please sign in to comment.