mirror of
https://github.com/fluencelabs/codec
synced 2025-04-29 00:32:13 +00:00
Tests compilation fixed
This commit is contained in:
parent
a3de737d45
commit
cfd132db76
@ -1,6 +1,6 @@
|
|||||||
import de.heikoseeberger.sbtheader.License
|
import de.heikoseeberger.sbtheader.License
|
||||||
import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
|
import org.scalajs.sbtplugin.ScalaJSPlugin.autoImport._
|
||||||
import sbtcrossproject.crossProject
|
import sbtcrossproject.CrossPlugin.autoImport.crossProject
|
||||||
|
|
||||||
name := "codec"
|
name := "codec"
|
||||||
|
|
||||||
@ -39,8 +39,8 @@ val ShapelessV = "2.3.+"
|
|||||||
|
|
||||||
val chill = "com.twitter" %% "chill" % "0.9.3"
|
val chill = "com.twitter" %% "chill" % "0.9.3"
|
||||||
|
|
||||||
val ScalatestV = "3.0.+"
|
val ScalatestV = "3.0.5"
|
||||||
val ScalacheckV = "1.14.+"
|
val ScalacheckV = "1.13.5"
|
||||||
|
|
||||||
val protobuf = Seq(
|
val protobuf = Seq(
|
||||||
PB.targets in Compile := Seq(
|
PB.targets in Compile := Seq(
|
||||||
@ -62,7 +62,6 @@ lazy val `codec-core` = crossProject(JVMPlatform, JSPlatform)
|
|||||||
kindProjector,
|
kindProjector,
|
||||||
libraryDependencies ++= Seq(
|
libraryDependencies ++= Seq(
|
||||||
"org.typelevel" %%% "cats-core" % Cats1V,
|
"org.typelevel" %%% "cats-core" % Cats1V,
|
||||||
"org.typelevel" %%% "cats-laws" % Cats1V % Test,
|
|
||||||
"org.typelevel" %%% "cats-testkit" % Cats1V % Test,
|
"org.typelevel" %%% "cats-testkit" % Cats1V % Test,
|
||||||
"com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1" % Test,
|
"com.github.alexarchambault" %%% "scalacheck-shapeless_1.14" % "1.2.0-1" % Test,
|
||||||
"org.scalacheck" %%% "scalacheck" % ScalacheckV % Test,
|
"org.scalacheck" %%% "scalacheck" % ScalacheckV % Test,
|
||||||
|
@ -19,6 +19,7 @@ package fluence.codec
|
|||||||
|
|
||||||
import cats.{Eq, Invariant}
|
import cats.{Eq, Invariant}
|
||||||
import cats.data.EitherT
|
import cats.data.EitherT
|
||||||
|
import cats.syntax.functor._
|
||||||
import cats.laws.discipline.{MonadErrorTests, SemigroupalTests}
|
import cats.laws.discipline.{MonadErrorTests, SemigroupalTests}
|
||||||
import cats.tests.CatsSuite
|
import cats.tests.CatsSuite
|
||||||
import fluence.codec
|
import fluence.codec
|
||||||
|
Loading…
x
Reference in New Issue
Block a user