Skip to content

Commit

Permalink
Update build.sbt (#234)
Browse files Browse the repository at this point in the history
  • Loading branch information
fedefernandez authored Jan 3, 2022
1 parent e266ac0 commit 991bb74
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 991bb74

Please sign in to comment.