We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1696e19 commit 2773213Copy full SHA for 2773213
build.sbt
@@ -11,7 +11,7 @@ val mantisDev = sys.props.get("mantisDev").contains("true") || sys.env.get("MANT
11
12
val commonSettings = Seq(
13
name := "mantis",
14
- version := "3.2.0",
+ version := "3.2.1",
15
scalaVersion := "2.12.12",
16
// Scalanet snapshots are published to Sonatype after each build.
17
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
0 commit comments