Skip to content

Commit

Permalink
Merge pull request #94 from ChristopherDavenport/maprefU
Browse files Browse the repository at this point in the history
Mapref update
  • Loading branch information
ChristopherDavenport authored Dec 12, 2019
2 parents cccdda5 + e0dd198 commit 5121f7e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ lazy val commonSettings = Seq(
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % catsV,
"org.typelevel" %% "cats-effect" % catsEffectV,
"io.chrisdavenport" %% "mapref" % "0.0.3",
"io.chrisdavenport" %% "mapref" % "0.1.0",

"org.typelevel" %% "cats-effect-laws" % catsEffectV % Test,
"com.codecommit" %% "cats-effect-testing-specs2" % "0.3.0" % Test,
Expand All @@ -78,4 +78,4 @@ inThisBuild(List(
"-sourcepath", (baseDirectory in LocalRootProject).value.getAbsolutePath,
"-doc-source-url", "https://github.com/ChristopherDavenport/mules/blob/v" + version.value + "€{FILE_PATH}.scala"
),
))
))

0 comments on commit 5121f7e

Please sign in to comment.