From c86288702570f7bbb5a147873dd91bc967dfb327 Mon Sep 17 00:00:00 2001 From: Christopher Davenport Date: Wed, 11 Dec 2019 20:44:58 -0800 Subject: [PATCH] mules update --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 1144263..864e91d 100644 --- a/build.sbt +++ b/build.sbt @@ -63,7 +63,7 @@ lazy val site = project.in(file("site")) val catsV = "2.0.0" val catsEffectV = "2.0.0" val epimetheusV = "0.3.0" -val mulesV = "0.3.0-M2" +val mulesV = "0.3.0" val specs2V = "4.8.1" @@ -105,4 +105,4 @@ inThisBuild(List( "-sourcepath", (baseDirectory in LocalRootProject).value.getAbsolutePath, "-doc-source-url", "https://github.com/ChristopherDavenport/epimetheus-mules/blob/v" + version.value + "€{FILE_PATH}.scala" ), -)) \ No newline at end of file +))