From fb471f50dd477a034fd1e0c80a7bf48e0ea76e4e Mon Sep 17 00:00:00 2001 From: Juan Pedro Moreno <4879373+juanpedromoreno@users.noreply.github.com> Date: Fri, 3 Jul 2020 13:36:16 +0200 Subject: [PATCH] Updates mu and skeuomorph (#68) --- build.sbt | 6 +++--- project/plugins.sbt | 2 -- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/build.sbt b/build.sbt index 3102e6b0..3aa22645 100644 --- a/build.sbt +++ b/build.sbt @@ -12,9 +12,9 @@ lazy val core = project .settings(moduleName := "mu-srcgen-core") .settings( libraryDependencies ++= Seq( - "io.higherkindness" %% "mu-rpc-service" % "0.22.2", + "io.higherkindness" %% "mu-rpc-service" % "0.22.3", "com.github.julien-truffaut" %% "monocle-core" % "2.0.5", - "io.higherkindness" %% "skeuomorph" % "0.0.23", + "io.higherkindness" %% "skeuomorph" % "0.0.24", "com.julianpeeters" %% "avrohugger-core" % "1.0.0-RC22", "io.circe" %% "circe-generic" % "0.13.0", "org.http4s" %% "http4s-blaze-client" % "0.21.6", @@ -34,7 +34,7 @@ lazy val plugin = project scriptedLaunchOpts ++= Seq( "-Xmx2048M", "-XX:ReservedCodeCacheSize=256m", - "-Dmu=0.22.2", + "-Dmu=0.22.3", "-Dversion=" + version.value ) ) diff --git a/project/plugins.sbt b/project/plugins.sbt index 8744ccd3..9d94ecd5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,5 +1,3 @@ -resolvers += Resolver.sonatypeRepo("releases") - addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.1.13") addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0") addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.3")