Skip to content

Commit

Permalink
bugfix: Switch to last jsoniter version with support for JDK 8
Browse files Browse the repository at this point in the history
Otherwise users will not be able to import projects witj JDK 8
  • Loading branch information
tgodzik committed Jan 14, 2025
1 parent 9d24afb commit 1c6d9b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ trait CommonPublish extends CiReleaseModule with Mima {

trait Common extends CrossScalaModule with ScalafmtModule with ScalafixModule {

val jsoniterVersion = "2.30.14"
val jsoniterVersion = "2.13.5.2"
val unrollVersion = "0.1.12"

override def scalafixConfig: T[Option[Path]] = T {
Expand Down

0 comments on commit 1c6d9b8

Please sign in to comment.