File tree 1 file changed +3
-1
lines changed
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"
6
6
7
7
addSbtPlugin(" io.github.irundaia" % " sbt-sassify" % " 1.5.2" )
8
8
9
- addSbtPlugin(" org.scalablytyped.converter" % " sbt-converter" % " 1.0.0-beta42 " )
9
+ addSbtPlugin(" org.scalablytyped.converter" % " sbt-converter" % " 1.0.0-beta44 " )
10
10
11
11
addSbtPlugin(" ch.epfl.scala" % " sbt-web-scalajs-bundler" % " 0.21.1" )
12
12
@@ -17,3 +17,5 @@ addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.1.1")
17
17
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.13.1" )
18
18
19
19
ThisBuild / 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