Skip to content

Commit

Permalink
Update build.sbt (#241)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefernandez authored Jan 10, 2022
1 parent 7e2a442 commit e24269f
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.3"
lazy val muV = "0.27.4"

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

0 comments on commit e24269f

Please sign in to comment.