File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ libraryDependencies += "org.scala-js" %% "scalajs-env-nodejs" % "1.4.0"
66
77addSbtPlugin(" io.github.irundaia" % " sbt-sassify" % " 1.5.2" )
88
9- addSbtPlugin(" org.scalablytyped.converter" % " sbt-converter" % " 1.0.0-beta42 " )
9+ addSbtPlugin(" org.scalablytyped.converter" % " sbt-converter" % " 1.0.0-beta44 " )
1010
1111addSbtPlugin(" ch.epfl.scala" % " sbt-web-scalajs-bundler" % " 0.21.1" )
1212
@@ -17,3 +17,5 @@ addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1")
1717addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
1818
1919ThisBuild / libraryDependencySchemes += " org.scala-lang.modules" %% " scala-java8-compat" % VersionScheme .Always
20+
21+ ThisBuild / libraryDependencySchemes += " com.lihaoyi" %% " geny" % VersionScheme .Always
You can’t perform that action at this time.
0 commit comments