Skip to content

Commit

Permalink
Merge branch 'master' into refactore
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastienvermeille authored Aug 23, 2024
2 parents bcbe706 + 8213e57 commit 7f498e4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions docs/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ const config: Config = {
darkTheme: prismThemes.dracula,
},
algolia: {
appId: '4M2DAO7VWX',
apiKey: 'a19f230ef456cc6046b0acf105bc1afd',
indexName: 'StyleSniffer',
appId: 'EZMGEWIN85',
apiKey: '3b1214940933f3b63db5c2cebc4f1c19',
indexName: 'stylesniffer',

// Optional: see doc section below
contextualSearch: true,
Expand Down
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@

<!-- Test Dependencies Versions -->
<assertj-core.version>3.26.3</assertj-core.version>
<junit.version>5.10.1</junit.version>
<junit.version>5.11.0</junit.version>
<mockito.version>5.12.0</mockito.version>

<!-- Code Generation Dependencies -->
Expand All @@ -80,7 +80,7 @@
<maven-source-plugin.version>3.3.1</maven-source-plugin.version>
<maven-javadoc-plugin.version>3.8.0</maven-javadoc-plugin.version>
<maven-jacoco-plugin.version>0.8.12</maven-jacoco-plugin.version>
<maven-fmt-plugin.version>2.23</maven-fmt-plugin.version>
<maven-fmt-plugin.version>2.24</maven-fmt-plugin.version>
<maven-license-plugin.version>4.5</maven-license-plugin.version>
<maven-ayoy-license-verifier.version>1.2.0</maven-ayoy-license-verifier.version>
<maven-sonar-plugin.version>4.0.0.4121</maven-sonar-plugin.version>
Expand Down

0 comments on commit 7f498e4

Please sign in to comment.