Skip to content

Commit

Permalink
Scalafmt
Browse files Browse the repository at this point in the history
Signed-off-by: Lloyd <lloydmeta@gmail.com>
  • Loading branch information
lloydmeta committed May 2, 2020
1 parent 76129f7 commit ebdf072
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
crossScalaVersions := scalaVersionsAll,
libraryDependencies += "com.beachape" %% "enumeratum-macros" % Versions.Macros.stable
)
// .dependsOn(macros) // used for testing macros
// .dependsOn(macros) // used for testing macros
lazy val coreJS = core.js
lazy val coreJVM = core.jvm

Expand Down

0 comments on commit ebdf072

Please sign in to comment.