Skip to content

Commit

Permalink
Merge pull request #353 from biochimia/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
zarthross committed Nov 16, 2023
2 parents f171ab5 + 4407a4d commit b5506e6
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 @@ -57,7 +57,7 @@ val baseSettings = Seq(
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-jawn" % circeVersion % Test,
"io.circe" %% "circe-testing" % circeVersion % Test,
"org.typelevel" %% "discipline-munit" % disciplineMunitVersion
"org.typelevel" %% "discipline-munit" % disciplineMunitVersion % Test
),
Compile / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "shared/src/main",
Test / unmanagedSourceDirectories += (ThisBuild / baseDirectory).value / "shared/src/test",
Expand Down

0 comments on commit b5506e6

Please sign in to comment.