Skip to content

Commit 1d405f6

Browse files
authored
Merge pull request #31 from Atry/Atry-patch-2
Remove unnecessary .jvm and .js project re-definition
2 parents 5105507 + a8f82d1 commit 1d405f6

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

build.sbt

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,4 @@ publish / skip := true
44

55
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
66

7-
lazy val Curried = crossProject(JSPlatform, JVMPlatform)
8-
9-
lazy val CurriedJVM = Curried.jvm
10-
11-
lazy val CurriedJS = Curried.js
7+
lazy val Curried = crossProject(JSPlatform, JVMPlatform).build

0 commit comments

Comments
 (0)