Skip to content

Commit 482340d

Browse files
committed
Bump to v3.1.0
1 parent 76ceac0 commit 482340d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ val mantisDev = sys.props.get("mantisDev").contains("true") || sys.env.get("MANT
1010

1111
val commonSettings = Seq(
1212
name := "mantis",
13-
version := "3.0",
13+
version := "3.1.0",
1414
scalaVersion := "2.12.12",
1515
// Scalanet snapshots are published to Sonatype after each build.
1616
resolvers += "Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots",

0 commit comments

Comments
 (0)