aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJakob Odersky <jakob@odersky.com>2018-04-08 20:43:02 -0700
committerJakob Odersky <jakob@odersky.com>2018-04-08 20:43:02 -0700
commit9d26b902ce2cdba724096b6e52b600a8530ebd91 (patch)
treebc2726e644f6c6abff2ae403decc92b53f2d0007 /build.sbt
parentda6a5cad7ef0fe723ac126f921f97c36962f42af (diff)
downloadyamlesque-9d26b902ce2cdba724096b6e52b600a8530ebd91.tar.gz
yamlesque-9d26b902ce2cdba724096b6e52b600a8530ebd91.tar.bz2
yamlesque-9d26b902ce2cdba724096b6e52b600a8530ebd91.zip
Run scalafmt on sbt configuration
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)