Skip to content

Commit

Permalink
Update munit to 1.0.3 (#142)
Browse files Browse the repository at this point in the history
Co-authored-by: Indoor Vivants Steward[bot] <228215+Indoor+Vivants+Steward[bot]@users.noreply.github.com>
  • Loading branch information
indoorvivants-steward[bot] and Indoor Vivants Steward[bot] authored Dec 2, 2024
1 parent faefd6f commit 8827cb2
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ val Versions = new {

val circe = "0.14.9"

val munit = "1.0.0"
val munit = "1.0.3"

val upickle = "4.0.2"
}
Expand All @@ -33,7 +33,8 @@ lazy val core =
)
.settings(common)
.settings(
Test / nativeConfig ~= (_.withEmbedResources(true).withSourceLevelDebuggingConfig(SourceLevelDebuggingConfig.enabled)),
Test / nativeConfig ~= (_.withEmbedResources(true)
.withSourceLevelDebuggingConfig(SourceLevelDebuggingConfig.enabled)),
Compile / bindgenBindings += {
val configurator = vcpkgConfigurator.value

Expand Down

0 comments on commit 8827cb2

Please sign in to comment.