Skip to content

Commit bdb8c5e

Browse files
authored
Merge pull request #27 from jamezp/issue26
[36] Use the 1.7.x version for the static binder.
2 parents 79853d9 + d1e2931 commit bdb8c5e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/slf4j/impl/StaticLoggerBinder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public final class StaticLoggerBinder implements LoggerFactoryBinder {
3232
* The value of this field is usually modified with each release.
3333
*/
3434
// to avoid constant folding by the compiler, this field must *not* be final
35-
public static String REQUESTED_API_VERSION = "2.0.6";
35+
public static String REQUESTED_API_VERSION = "1.7.36";
3636

3737
public ILoggerFactory getLoggerFactory() {
3838
return new Slf4jLoggerFactory();

0 commit comments

Comments
 (0)