Skip to content

Commit

Permalink
release 2.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
shalousun committed Jan 15, 2021
1 parent f0f762a commit b6388a5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ plugins {
}

group 'com.github.shalousun'
version '2.0.5'
version '2.0.6'

sourceCompatibility = 1.8

Expand All @@ -31,7 +31,7 @@ repositories {

dependencies {
testCompile group: 'junit', name: 'junit', version: '4.13.1'
compile 'com.github.shalousun:smart-doc:2.0.5'
compile 'com.github.shalousun:smart-doc:2.0.6'
}
tasks.withType(JavaCompile) {
options.encoding = "UTF-8"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ public class StartsWithFilterChain implements FilterChain {
PREFIX_SET.add("flexmark");
PREFIX_SET.add("hibernate-core");
PREFIX_SET.add("springdoc-openapi");
PREFIX_SET.add("poi");
}

@Override
Expand Down

0 comments on commit b6388a5

Please sign in to comment.