diff --git a/build.sbt b/build.sbt index 55460e6..e37fa4a 100644 --- a/build.sbt +++ b/build.sbt @@ -13,3 +13,5 @@ lazy val root = (project in file(".")) "org.scalameta" %% "munit" % "1.0.1" % Test ) ) + +// release process via .github/workflows/release.yml \ No newline at end of file