Skip to content

v1.4.0

Compare
Choose a tag to compare
@47erbot 47erbot released this 09 Dec 10:38
· 88 commits to refs/heads/main since this release
559df65

Summary

No new features have been added to this release, but it contains many dependency updates.

If you're getting some binary incompatibilities at the plugin level because of this release, consider using
the libraryDependencySchemes setting in your project/plugins.sbt file and verify your build.

ThisBuild / libraryDependencySchemes ++= Seq(
  "groupId" %% "artifactId" % VersionScheme.Always
)

What's changed

⚠️ Breaking changes

📈 Dependency updates

Contributors to this release

@47erbot, @cb372, @jisantuc, @fedefernandez and @juanpedromoreno