diff --git a/README.md b/README.md index 7391c51..ef182f8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ repositories { ``` - Add the dependency ``` -implementation('com.github.DaikonWeb:daikon-freemarker:1.7.2') +implementation('com.github.DaikonWeb:daikon-freemarker:1.8.0') ``` ### Maven @@ -38,7 +38,7 @@ implementation('com.github.DaikonWeb:daikon-freemarker:1.7.2') com.github.DaikonWeb daikon-freemarker - 1.7.2 + 1.8.0 ``` diff --git a/build.gradle b/build.gradle index 4f97e52..1e157aa 100644 --- a/build.gradle +++ b/build.gradle @@ -11,7 +11,7 @@ repositories { dependencies { implementation platform('org.jetbrains.kotlin:kotlin-bom') implementation 'org.jetbrains.kotlin:kotlin-stdlib-jdk8' - implementation 'com.github.DaikonWeb:daikon:1.7.2' + implementation 'com.github.DaikonWeb:daikon:1.8.0' compile 'org.freemarker:freemarker:2.3.29'