Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross authored Aug 15, 2024
1 parent 4f88b21 commit d40d306
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 @@ -49,7 +49,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)

"io.chrisdavenport" %%% "rediculous" % rediculousV,
"org.tpolecat" %%% "natchez-core" % natchezV,
"org.typelevel" %%% "munit-cats-effect". % munitCatsEffectV % Test,
"org.typelevel" %%% "munit-cats-effect" % munitCatsEffectV % Test,

)
).jsSettings(
Expand Down

0 comments on commit d40d306

Please sign in to comment.