Skip to content

Commit

Permalink
Useless import
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb committed Nov 26, 2023
1 parent e6c6a49 commit 1a1d70d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
import com.fasterxml.jackson.annotation.JsonTypeInfo.As
import java.nio.charset.StandardCharsets
import org.scalajs.linker.interface.ModuleSplitStyle

Expand Down Expand Up @@ -40,7 +39,7 @@ inThisBuild(
)
)

val generator = project
lazy val generator = project
.in(file("examples/generator"))
.enablePlugins(SbtTwirl)
.settings(
Expand Down

0 comments on commit 1a1d70d

Please sign in to comment.