Skip to content

Commit 444425c

Browse files
authored
Suppress conflicting version error of geny
1 parent 0fe6259 commit 444425c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

project/plugins.sbt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,5 @@ addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1")
1717
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")
1818

1919
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-java8-compat" % VersionScheme.Always
20+
21+
ThisBuild / libraryDependencySchemes += "com.lihaoyi" %% "geny" % VersionScheme.Always

0 commit comments

Comments
 (0)