Skip to content

Commit

Permalink
Add more comments about the knockoff dep
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin committed Dec 6, 2021
1 parent b2e25b3 commit 6613751
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@ object Version {
final val ScalaTags = "0.11.0"
final val FastParse = "2.3.3"
final val Cats = "2.7.0"
// https://github.com/playframework/twirl/blob/b2e049d993d1522249e79837ee90ad39f317a80e/build.sbt#L11-L16
// both sbt-twirl and knockoff depend on scala-xml 1.x
// starting version 0.9 knockoff depends on scala-xml 2.x which makes it impossible for us to use
// for the additional context see https://github.com/playframework/twirl/blob/b2e049d993d1522249e79837ee90ad39f317a80e/build.sbt#L11-L16
final val Knockoff = "0.8.14"
final val TypesafeConfig = "1.4.1"
}
Expand Down

0 comments on commit 6613751

Please sign in to comment.