Skip to content

Commit

Permalink
and now I forgot to use the latest version of mu... (#89)
Browse files Browse the repository at this point in the history
* updating skeuomorph to use new java_package

* updating the test to fail

* I toDID it

* adding an object for storing versions that are used in several places in the build.sbt

* formatting and lazifying

* lets try this

* Update build.sbt

Co-authored-by: Juan Pedro Moreno <[email protected]>

* Update build.sbt

Co-authored-by: Juan Pedro Moreno <[email protected]>

* please work

Co-authored-by: Juan Pedro Moreno <[email protected]>
  • Loading branch information
Dylan Martin and juanpedromoreno authored Sep 1, 2020
1 parent db1e6f7 commit e8e74a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,13 @@ addCommandAlias("ci-test", "scalafmtCheckAll; scalafmtSbtCheck; test; publishLoc
addCommandAlias("ci-docs", "github; mdoc; headerCreateAll")
addCommandAlias("ci-publish", "github; ci-release")

lazy val muV = "0.23.0"

lazy val core = project
.settings(moduleName := "mu-srcgen-core")
.settings(
libraryDependencies ++= Seq(
"io.higherkindness" %% "mu-rpc-service" % "0.22.3",
"io.higherkindness" %% "mu-rpc-service" % muV,
"com.github.julien-truffaut" %% "monocle-core" % "2.1.0",
"io.higherkindness" %% "skeuomorph" % "0.0.25",
"com.julianpeeters" %% "avrohugger-core" % "1.0.0-RC22",
Expand All @@ -34,7 +36,7 @@ lazy val plugin = project
scriptedLaunchOpts ++= Seq(
"-Xmx2048M",
"-XX:ReservedCodeCacheSize=256m",
"-Dmu=0.22.3",
"-Dmu=" + muV,
"-Dversion=" + version.value
)
)
Expand Down

0 comments on commit e8e74a1

Please sign in to comment.