You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: build.gradle
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ buildscript {
13
13
}
14
14
15
15
dependencies {
16
-
classpath 'synapticloop:documentr:2.6.1'
16
+
classpath 'synapticloop:documentr:2.6.2'
17
17
}
18
18
}
19
19
@@ -38,7 +38,7 @@ group = 'synapticloop'
38
38
archivesBaseName ='documentr'
39
39
description ="""documentation (README) generator for projects in both markdown and asciidoc - this utilises the templar templating language - including generation of table of contents"""
0 commit comments