We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e33482 commit df3bdb6Copy full SHA for df3bdb6
build.sbt
@@ -8,7 +8,7 @@ addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; test; publishLoc
8
addCommandAlias("ci-docs", "github; mdoc; headerCreateAll")
9
addCommandAlias("ci-publish", "github; ci-release")
10
11
-lazy val muV = "0.27.1"
+lazy val muV = "0.27.2"
12
13
lazy val core = project
14
.settings(moduleName := "mu-srcgen-core")
0 commit comments