Skip to content

Commit

Permalink
Merge pull request #891 from ergoplatform/v3.1.0-final
Browse files Browse the repository at this point in the history
Version is set to 3.1.0 in build.sbt
  • Loading branch information
kushti authored Aug 27, 2019
2 parents 6d792a5 + 9fa54a5 commit 02c6666
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 @@ -4,7 +4,7 @@ import sbt._
lazy val commonSettings = Seq(
organization := "org.ergoplatform",
name := "ergo",
version := "3.1.0-SNAPSHOT",
version := "3.1.0",
scalaVersion := "2.12.8",
resolvers ++= Seq("Sonatype Releases" at "https://oss.sonatype.org/content/repositories/releases/",
"SonaType" at "https://oss.sonatype.org/content/groups/public",
Expand Down

0 comments on commit 02c6666

Please sign in to comment.