Skip to content

Commit

Permalink
Update build.sbt (#248)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefernandez authored Jan 24, 2022
1 parent 1154c97 commit 26b1d39
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.4"
lazy val muV = "0.28.0"

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

0 comments on commit 26b1d39

Please sign in to comment.