Skip to content

Commit

Permalink
Upgrade mu (#221)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefernandez authored Nov 5, 2021
1 parent 3e33482 commit df3bdb6
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 @@ -8,7 +8,7 @@ addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; test; publishLoc
addCommandAlias("ci-docs", "github; mdoc; headerCreateAll")
addCommandAlias("ci-publish", "github; ci-release")

lazy val muV = "0.27.1"
lazy val muV = "0.27.2"

lazy val core = project
.settings(moduleName := "mu-srcgen-core")
Expand Down

0 comments on commit df3bdb6

Please sign in to comment.