diff --git a/build.sbt b/build.sbt index 011ce446c..60bc32e93 100644 --- a/build.sbt +++ b/build.sbt @@ -137,7 +137,9 @@ lazy val pureconfig = crossProject( ) lazy val ciris = crossProject( - JVMPlatform, JSPlatform, NativePlatform + JVMPlatform, + JSPlatform, + NativePlatform ) .crossType(CrossType.Pure) .in(file("ciris"))