Skip to content

Commit

Permalink
Bum version to 0.0.7-M2
Browse files Browse the repository at this point in the history
  • Loading branch information
lorandszakacs committed Dec 17, 2020
1 parent 681596f commit 8ec1968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.0.7-SNAPSHOT"
version in ThisBuild := "0.0.7-M2"

0 comments on commit 8ec1968

Please sign in to comment.