Skip to content

Commit

Permalink
Minor releasing changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Olafur Pall Geirsson committed Jan 29, 2020
1 parent e8244f5 commit c83c4c9
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions bin/test-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,15 @@ coursier fetch \
org.scalameta:munit_2.12:$version \
org.scalameta:munit_2.13:$version \
org.scalameta:munit_0.21:$version \
org.scalameta:docs_2.12:$version \
org.scalameta:docs_2.13:$version \
org.scalameta:munit_sjs0.6_2.11:$version \
org.scalameta:munit_sjs0.6_2.12:$version \
org.scalameta:munit_sjs0.6_2.13:$version \
org.scalameta:munit_sjs1.0-RC2_2.11:$version \
org.scalameta:munit_sjs1.0-RC2_2.12:$version \
org.scalameta:munit_sjs1.0-RC2_2.13:$version $suffix

coursier fetch \
"org.scalameta:sbt-munit;sbtVersion=1.0;scalaVersion=2.12:$version" \
--sbt-plugin-hack $suffix
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ lazy val docs = project
.enablePlugins(MdocPlugin, MUnitReportPlugin, DocusaurusPlugin)
.settings(
sharedSettings,
moduleName := "munit-docs",
skip in publish := customScalaJSVersion.isDefined,
crossScalaVersions := List(scala213, scala212),
unmanagedSources.in(Compile) += sourceDirectory
Expand Down

0 comments on commit c83c4c9

Please sign in to comment.