Is it possible to use a nightly of Scala 3 with 2.13.8

I’m trying to use dotty as a runtime dependency from a Scala 2.13.8 project using "org.scala-lang" %% "scala3-compiler" % "3.1.3-RC1-bin-20220221-3ca087c-NIGHTLY". I need a nightly to pick up some recent bug fixes. I’m getting these errors:

[error] TASTy signature has wrong version.
[error]  expected: {majorVersion: 28, minorVersion: 1}
[error]  found   : {majorVersion: 28, minorVersion: 2 [unstable release: 1]}

Is depending on a nightly just forbidden, or is there a way to work around it this problem?

ticket: https://github.com/scala/bug/issues/12542