Skip to content

Commit

Permalink
updated build files
Browse files Browse the repository at this point in the history
  • Loading branch information
jorisguffens committed Nov 5, 2024
1 parent 5e95ec5 commit 8ea8fa7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion common/build.gradle
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@

3 changes: 2 additions & 1 deletion toml/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
dependencies {
api project(':common')

implementation 'com.electronwill.night-config:toml:3.6.6'
api 'com.electronwill.night-config:toml:3.6.6'
// api 'com.fasterxml.jackson.dataformat:jackson-dataformat-toml:2.13.0'
implementation 'org.slf4j:slf4j-api:1.7.25'

// TESTS
Expand Down

0 comments on commit 8ea8fa7

Please sign in to comment.