From 8ec1968efe5724eb6a96acc618319bbe7b4dd256 Mon Sep 17 00:00:00 2001 From: Lorand Szakacs Date: Thu, 17 Dec 2020 08:28:52 +0200 Subject: [PATCH] Bum version to 0.0.7-M2 --- build.sbt | 2 +- version.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index e26ccc4..4b55d04 100644 --- a/build.sbt +++ b/build.sbt @@ -183,7 +183,7 @@ lazy val `aws-sns` = project //############################################################################# //############################################################################# -lazy val pureharmVersion: String = "0.0.7-M1" //https://github.com/busymachines/pureharm/releases +lazy val pureharmVersion: String = "0.0.7-M2" //https://github.com/busymachines/pureharm/releases lazy val monixVersion: String = "3.3.0" //https://github.com/monix/monix/releases lazy val log4catsVersion: String = "1.1.1" //https://github.com/ChristopherDavenport/log4cats/releases lazy val awsJavaSdkVersion: String = "1.11.921" //java — https://github.com/aws/aws-sdk-java/releases diff --git a/version.sbt b/version.sbt index c4b2a15..f2c9a8d 100644 --- a/version.sbt +++ b/version.sbt @@ -1 +1 @@ -version in ThisBuild := "0.0.7-SNAPSHOT" +version in ThisBuild := "0.0.7-M2"