aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.sbt b/build.sbt
index e2c057a..ab675c6 100644
--- a/build.sbt
+++ b/build.sbt
@@ -23,8 +23,8 @@ lazy val yamlesque = crossProject(JVMPlatform, JSPlatform, NativePlatform)
nativeLinkStubs := true // required for utest
)
-lazy val yamlesqueJVM = yamlesque.jvm
-lazy val yamlesqueJS = yamlesque.js
+lazy val yamlesqueJVM = yamlesque.jvm
+lazy val yamlesqueJS = yamlesque.js
lazy val yamlesqueNative = yamlesque.native
lazy val `yamlesque-spray-json` = crossProject(JVMPlatform)