From 991bb74de0635ccb23d801258ba2d2c5cfd32216 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fede=20Fern=C3=A1ndez?= <720923+fedefernandez@users.noreply.github.com> Date: Mon, 3 Jan 2022 18:04:14 +0100 Subject: [PATCH] Update build.sbt (#234) --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 8a5222ff..c8eac293 100644 --- a/build.sbt +++ b/build.sbt @@ -8,14 +8,14 @@ addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; test; publishLoc addCommandAlias("ci-docs", "github; mdoc; headerCreateAll") addCommandAlias("ci-publish", "github; ci-release") -lazy val muV = "0.27.2" +lazy val muV = "0.27.3" lazy val core = project .settings(moduleName := "mu-srcgen-core") .settings( libraryDependencies ++= Seq( "io.higherkindness" %% "mu-rpc-service" % muV, - "io.higherkindness" %% "skeuomorph" % "0.1.2", + "io.higherkindness" %% "skeuomorph" % "0.1.3", "com.github.julien-truffaut" %% "monocle-core" % "2.1.0", "com.julianpeeters" %% "avrohugger-core" % "1.0.0-RC24", "org.scalatest" %% "scalatest" % "3.2.10" % Test,