Skip to content

Commit 233d547

Browse files
authored
Merge pull request #842 from input-output-hk/bump-sbt-v3.2.0
Bump to v3.2.0
2 parents e9006ef + bc99e97 commit 233d547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ val mantisDev = sys.props.get("mantisDev").contains("true") || sys.env.get("MANT
1111

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

0 commit comments

Comments
 (0)