Skip to content
This repository was archived by the owner on Oct 14, 2020. It is now read-only.

Commit c75835f

Browse files
committed
Release 2.1.0
1 parent 49449b8 commit c75835f

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
@@ -7,7 +7,7 @@ lazy val globalSettings = Seq(
77
organization := "org.gnieh",
88
licenses += ("The Apache Software License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0.txt")),
99
homepage := Some(url("https://github.com/gnieh/sohva")),
10-
version := "2.1.0-SNAPSHOT",
10+
version := "2.1.0",
1111
scalaVersion := "2.12.1",
1212
crossScalaVersions := Seq("2.12.0", "2.11.8"),
1313
libraryDependencies ++= globalDependencies,

0 commit comments

Comments
 (0)