Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Jan 4, 2022
1 parent e201f37 commit c5fe6a2
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 c5fe6a2

Please sign in to comment.