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

Commit 3b9ceee

Browse files
committed
Prepare for release 2.0.1
1 parent feb250b commit 3b9ceee

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.0.1-SNAPSHOT",
10+
version := "2.0.1",
1111
scalaVersion := "2.11.8",
1212
libraryDependencies ++= globalDependencies,
1313
parallelExecution := false,

0 commit comments

Comments
 (0)