We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76ceac0 commit 482340dCopy full SHA for 482340d
build.sbt
@@ -10,7 +10,7 @@ val mantisDev = sys.props.get("mantisDev").contains("true") || sys.env.get("MANT
10
11
val commonSettings = Seq(
12
name := "mantis",
13
- version := "3.0",
+ version := "3.1.0",
14
scalaVersion := "2.12.12",
15
// Scalanet snapshots are published to Sonatype after each build.
16
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",
0 commit comments