From af9990713e119e8ed12bc17993e140fe388e7ffd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Alejandro=20Hern=C3=A1ndez?= Date: Tue, 4 May 2021 10:25:34 +0200 Subject: [PATCH] Update mu-rpc-service to 0.26.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index f54834f2..cf98cbda 100644 --- a/build.sbt +++ b/build.sbt @@ -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.24.0" +lazy val muV = "0.26.0" lazy val core = project .settings(moduleName := "mu-srcgen-core")