Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
erikerlandson committed Oct 14, 2023
1 parent 05026d1 commit 6104769
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,9 @@ lazy val pureconfig = crossProject(
)

lazy val ciris = crossProject(
JVMPlatform, JSPlatform, NativePlatform
JVMPlatform,
JSPlatform,
NativePlatform
)
.crossType(CrossType.Pure)
.in(file("ciris"))
Expand Down

0 comments on commit 6104769

Please sign in to comment.