Skip to content

Commit

Permalink
fix Scala.js build
Browse files Browse the repository at this point in the history
  • Loading branch information
neko-kai committed Sep 17, 2024
1 parent fe48e63 commit 116ba62
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ object BindingTag {

final case class AxisTag(choice: AxisChoice) extends BindingTag

final case object Confined extends BindingTag
final case object Exposed extends BindingTag
case object Confined extends BindingTag
case object Exposed extends BindingTag
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
package izumi.distage.framework.services

import distage.config.AppConfig

trait ConfigMerger

0 comments on commit 116ba62

Please sign in to comment.