zio / zio-sbt

SBT Plugins For ZIO Projects
https://zio.dev/zio-sbt
Apache License 2.0
12 stars 11 forks source link

Unify java versions #399

Closed andrzejressel closed 4 months ago

andrzejressel commented 4 months ago

I was migrating zio-logging to latest version and I've noticed some inconsistencies regarding Java version. While most of them are minor the release one caught my eye.

This PR:

~Shouldn't javacOptions be removed altogether to ensure that tests on latest Java are actually using the new features?~

guizmaii commented 4 months ago

@andrzejressel Thanks for your contribution 🙂