Skip to content

Commit e0dd198

Browse files
Mapref update
1 parent cccdda5 commit e0dd198

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

+2-2
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ lazy val commonSettings = Seq(
5151
libraryDependencies ++= Seq(
5252
"org.typelevel" %% "cats-core" % catsV,
5353
"org.typelevel" %% "cats-effect" % catsEffectV,
54-
"io.chrisdavenport" %% "mapref" % "0.0.3",
54+
"io.chrisdavenport" %% "mapref" % "0.1.0",
5555

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

0 commit comments

Comments
 (0)