From 9fa54a5eeeeb6e906fc0ac760d8bc2d0b6cec194 Mon Sep 17 00:00:00 2001 From: Alex Chepurnoy Date: Tue, 27 Aug 2019 17:57:39 +0300 Subject: [PATCH] 3.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9d83df8bce..0f59a3aec0 100644 --- a/build.sbt +++ b/build.sbt @@ -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",