Skip to content

Commit

Permalink
Merge pull request #1 from davenverse/noPublishExamples
Browse files Browse the repository at this point in the history
No Publis Examples
  • Loading branch information
ChristopherDavenport committed Jan 4, 2022
2 parents e201f37 + c5fe6a2 commit 3f7985e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ lazy val rediculous = crossProject(JVMPlatform, JSPlatform)

lazy val examples = project.in(file("examples"))
.disablePlugins(MimaPlugin)
.enablePlugins(NoPublishPlugin)
.dependsOn(core.jvm, rediculous.jvm)


Expand Down

0 comments on commit 3f7985e

Please sign in to comment.