Skip to content

Commit

Permalink
Merge pull request #99 from scala-steward/update/munit-1.0.0-M11
Browse files Browse the repository at this point in the history
Update munit to 1.0.0-M11
  • Loading branch information
JD557 committed Feb 21, 2024
2 parents 90e97fc + c39e4c7 commit 0331bc3
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,11 @@ ThisBuild / semanticdbVersion := scalafixSemanticdb.revision
ThisBuild / scalafixOnCompile := true

// Don't publish the root project
publish / skip := true
publish := (())
publishLocal := (())
publish / skip := true
publish := (())
publishLocal := (())
publishArtifact := false
publishTo := None
publishTo := None

val siteSettings = Seq(
Compile / doc / scalacOptions ++= (
Expand All @@ -41,21 +41,21 @@ val siteSettings = Seq(

lazy val core =
crossProject(JVMPlatform, JSPlatform, NativePlatform)
.in(file("core"))
.settings(
name := "interim",
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M10" % Test,
Compile / doc / scalacOptions ++=
Seq(
"-project",
"InterIm",
"-project-version",
version.value,
"-social-links:github::https://github.com/JD557/interim",
"-siteroot",
"docs"
)
)
.in(file("core"))
.settings(
name := "interim",
libraryDependencies += "org.scalameta" %%% "munit" % "1.0.0-M11" % Test,
Compile / doc / scalacOptions ++=
Seq(
"-project",
"InterIm",
"-project-version",
version.value,
"-social-links:github::https://github.com/JD557/interim",
"-siteroot",
"docs"
)
)

releaseCrossBuild := true
releaseTagComment := s"Release ${(ThisBuild / version).value}"
Expand Down

0 comments on commit 0331bc3

Please sign in to comment.