We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
com.electronwill.night-config:toml
1 parent 1b426a4 commit 3e48caaCopy full SHA for 3e48caa
2 files changed
.github/dependabot.yml
@@ -6,13 +6,7 @@ updates:
6
interval: daily
7
open-pull-requests-limit: 10
8
ignore:
9
- - dependency-name: com.google.protobuf:protobuf-java
10
- versions:
11
- - 3.15.0
12
- - 3.15.1
13
- - 3.15.2
14
- - 3.15.4
15
- - 3.15.5
+ - dependency-name: com.electronwill.night-config:toml
16
- package-ecosystem: maven
17
directory: "/lib"
18
schedule:
player/pom.xml
@@ -133,7 +133,7 @@
133
<dependency>
134
<groupId>com.electronwill.night-config</groupId>
135
<artifactId>toml</artifactId>
136
- <version>3.7.1</version>
+ <version>3.6.7</version>
137
</dependency>
138
139
<!-- Default sink -->
0 commit comments