build.gradle.kts

changeset 236
819c5178b6fe
parent 209
c9c6abf167c7
child 246
9a81a11be70e
     1.1 --- a/build.gradle.kts	Sat Oct 09 20:05:39 2021 +0200
     1.2 +++ b/build.gradle.kts	Sun Oct 10 14:46:10 2021 +0200
     1.3 @@ -43,6 +43,7 @@
     1.4                  implementation("com.vladsch.flexmark:flexmark-util-data:${flexmarkVersion}")
     1.5                  implementation("com.vladsch.flexmark:flexmark-ext-tables:${flexmarkVersion}")
     1.6                  implementation("com.vladsch.flexmark:flexmark-ext-gfm-strikethrough:${flexmarkVersion}")
     1.7 +                implementation("io.github.java-diff-utils:java-diff-utils:4.5")
     1.8              }
     1.9          }
    1.10      }

mercurial