Skip to content

Commit

Permalink
remove commented code
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis committed Aug 19, 2024
1 parent 703a884 commit 7bbbbb7
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,7 @@ lazy val refined = crossProject(JSPlatform, JVMPlatform, NativePlatform)
)
.jvmSettings()
.jsSettings()
.nativeSettings(
// libraryDependencySchemes += "org.scalameta" %%% "munit-scalacheck" % VersionScheme.Always, // "early-semver",
)
.nativeSettings()

ThisBuild / startYear := Some(2024)
ThisBuild / developers := List(
Expand Down

0 comments on commit 7bbbbb7

Please sign in to comment.