Closed schube closed 1 year ago
Thank you for the report.
This is because Play depends on an old version of scala-xml.
You can workaround this by writing the following code in project/plugins.sbt
.
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
That seems to work, thank you!
PS: I now have some other problem with compiling the project, but that is not related to sbt-jooq, so I cannot tell for sure if it works, but it looks good so far :-)
Hello!
Thank you for your tool! I upgraded a PlayFramework Project v2.7.3 with your plugin
addSbtPlugin("com.github.kxbmap" % "sbt-jooq" % "0.4.1")
to PlayFramework Project v2.8.19 andaddSbtPlugin("com.github.kxbmap" % "sbt-jooq-codegen" % "0.7.1")
Now when I try to run sbt I get:
Unfortunately, I am not good at all with sbt so I do not really know how to solve this problem. Or is this something only you could fix with a new release? Or is this a PlayFrameWork error?
Any help is appreciated.
Thank you, schube