We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cccdda5 commit e0dd198Copy full SHA for e0dd198
build.sbt
@@ -51,7 +51,7 @@ lazy val commonSettings = Seq(
51
libraryDependencies ++= Seq(
52
"org.typelevel" %% "cats-core" % catsV,
53
"org.typelevel" %% "cats-effect" % catsEffectV,
54
- "io.chrisdavenport" %% "mapref" % "0.0.3",
+ "io.chrisdavenport" %% "mapref" % "0.1.0",
55
56
"org.typelevel" %% "cats-effect-laws" % catsEffectV % Test,
57
"com.codecommit" %% "cats-effect-testing-specs2" % "0.3.0" % Test,
@@ -78,4 +78,4 @@ inThisBuild(List(
78
"-sourcepath", (baseDirectory in LocalRootProject).value.getAbsolutePath,
79
"-doc-source-url", "https://github.com/ChristopherDavenport/mules/blob/v" + version.value + "€{FILE_PATH}.scala"
80
),
81
-))
+))
0 commit comments