Skip to content

Commit

Permalink
weird workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
rmgk committed Mar 2, 2024
1 parent 1239cd7 commit 4a12f50
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,8 @@ lazy val reactives = crossProject(JVMPlatform, JSPlatform, NativePlatform).in(fi
LocalSetting.publishSonatype,
Dependencies.munitCheck,
Dependencies.munit,
// add random dependency for no reason except build weridness
libraryDependencies += "org.scalatest" %%% "scalatest" % "3.2.18" % Test,
)
.jsSettings(
Dependencies.scalajsDom,
Expand Down Expand Up @@ -109,7 +111,6 @@ lazy val channels = crossProject(JSPlatform, JVMPlatform).crossType(CrossType.Fu
}
)


lazy val aead = crossProject(JSPlatform, JVMPlatform).in(file("Modules/Aead"))
.settings(
scala3defaults,
Expand Down

0 comments on commit 4a12f50

Please sign in to comment.