Skip to content

Commit

Permalink
Upgrades to mu-scala 0.27.0 - cats-effect 3 (#209)
Browse files Browse the repository at this point in the history
* Update build.sbt

* Bumps skeuomorph

* Adds default IORuntime

* Removes monix tests

* Bumps skeumorph

Co-authored-by: Fede Fernandez <[email protected]>
  • Loading branch information
juanpedromoreno and fedefernandez authored Sep 28, 2021
1 parent 6b6aa82 commit f3f1db6
Show file tree
Hide file tree
Showing 8 changed files with 4 additions and 86 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.26.0"
lazy val muV = "0.27.0"

lazy val core = project
.settings(moduleName := "mu-srcgen-core")
.settings(
libraryDependencies ++= Seq(
"io.higherkindness" %% "mu-rpc-service" % muV,
"io.higherkindness" %% "skeuomorph" % "0.0.29",
"io.higherkindness" %% "skeuomorph" % "0.1.2",
"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
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ import cats.data.Validated.Valid
import cats.implicits._
import higherkindness.skeuomorph.Parser
import cats.effect._
import cats.effect.unsafe.implicits.global
import higherkindness.skeuomorph.openapi.JsonSchemaF

import scala.collection.JavaConverters._
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import java.nio.file.Paths
import scala.meta._
import scala.util.control.NoStackTrace
import cats.effect.{IO, Sync}
import cats.effect.unsafe.implicits.global
import cats.syntax.flatMap._
import cats.data.Validated._
import higherkindness.droste.data.Mu
Expand Down
16 changes: 0 additions & 16 deletions plugin/src/sbt-test/sbt-mu-srcgen/srcProtoGenMonix/build.sbt

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 0 additions & 3 deletions plugin/src/sbt-test/sbt-mu-srcgen/srcProtoGenMonix/test

This file was deleted.

0 comments on commit f3f1db6

Please sign in to comment.