Skip to content

Commit

Permalink
Uncomment supertaggedNative (or Idea fails to import changes)
Browse files Browse the repository at this point in the history
  • Loading branch information
rudogma committed Feb 13, 2020
1 parent 1bff80d commit 4c25bf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ lazy val root = project.in(file("."))

lazy val supertaggedJVM = supertagged.jvm
lazy val supertaggedJS = supertagged.js
//lazy val supertaggedNative = supertagged.native.settings(Project.moduleNativeSettings : _*)
lazy val supertaggedNative = supertagged.native.settings(Project.moduleNativeSettings : _*)

/*
* Uncomment, if You need scala.native version and manually publish it locally
Expand Down

0 comments on commit 4c25bf9

Please sign in to comment.