Skip to content

v0.5.0-M9

Compare
Choose a tag to compare
@tiagomota tiagomota released this 10 Oct 16:02
· 107 commits to master since this release

Highlights

  • Dependencies updates;
  • CI builds with Java 17 LTS as well;

Changes

  • Scala 2.13.9 #299
  • sbt 1.7.2 #299
  • scaffeine 5.2.1 #296
  • flyway-core 9.4.0 #299
  • scalatest 3.2.14 #299
  • postgresql 42.5.0 #293
  • slick 3.4.1 #299
  • slick-pg 0.21.0 #299
  • logback-classic 1.4.3 #299
  • sbt-mima-plugin 1.1.1 #299

Notes

  • Updating slick-pg brings a dependency conflict with akka, more precisely with a ssl-config-core an akka dependency, since both rely on different versions of scala-parser-combinators. Excludingssl-config-core from akka should be enough to solve any issues. Please refer to here for more information.