From bc99e973aa9852af71209fedafe3324ec3dafaad Mon Sep 17 00:00:00 2001 From: atix Date: Tue, 8 Dec 2020 11:43:04 -0300 Subject: [PATCH] Bump to v3.2.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index b2562eaf2c..84a727855d 100644 --- a/build.sbt +++ b/build.sbt @@ -11,7 +11,7 @@ val mantisDev = sys.props.get("mantisDev").contains("true") || sys.env.get("MANT val commonSettings = Seq( name := "mantis", - version := "3.1.0", + version := "3.2.0", scalaVersion := "2.12.12", // Scalanet snapshots are published to Sonatype after each build. resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",