Skip to content
This repository was archived by the owner on Mar 11, 2019. It is now read-only.

Commit 6ffa820

Browse files
committed
feat(sbt): Update version number
1 parent 528ec03 commit 6ffa820

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
@@ -4,7 +4,7 @@ lazy val downloadBluecove = taskKey[File]("download-bluecove-app")
44
lazy val downloadBluecoveGpl = taskKey[File]("download-bluecove-gpl-app")
55

66
val shared = Seq(
7-
version := "4.2",
7+
version := "4.2.1",
88
scalaVersion := "2.12.1",
99
scalacOptions := Seq(
1010
"-language:existentials",

0 commit comments

Comments
 (0)