apache / logging-log4j-kotlin

A Kotlin-friendly interface to log against the Log4j API
https://logging.apache.org/log4j/kotlin
Apache License 2.0
46 stars 12 forks source link

Kotlin 1.6.21, coroutines 1.6.4 #43

Closed rocketraman closed 1 year ago

rocketraman commented 1 year ago

Updating baseline to Kotlin 1.6.21 with coroutines 1.6.4.

FYI Mockito > 1.4.1 is compiled against JVM target 11 (not sure if intentional or not, but here is the issue: https://github.com/mockito/mockito-kotlin/issues/488). So I'm leaving the mockito version as-is for the moment.

vy commented 1 year ago

These changes are superseded by the changes on main.