Skip to content

Commit

Permalink
Bump to v3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkoAlic committed Nov 20, 2020
1 parent 76ceac0 commit 482340d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ val mantisDev = sys.props.get("mantisDev").contains("true") || sys.env.get("MANT

val commonSettings = Seq(
name := "mantis",
version := "3.0",
version := "3.1.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",
Expand Down

0 comments on commit 482340d

Please sign in to comment.