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

Commit

Permalink
feat(sbt): Update version number
Browse files Browse the repository at this point in the history
  • Loading branch information
gfieni committed Feb 19, 2018
1 parent 528ec03 commit 6ffa820
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ lazy val downloadBluecove = taskKey[File]("download-bluecove-app")
lazy val downloadBluecoveGpl = taskKey[File]("download-bluecove-gpl-app")

val shared = Seq(
version := "4.2",
version := "4.2.1",
scalaVersion := "2.12.1",
scalacOptions := Seq(
"-language:existentials",
Expand Down

0 comments on commit 6ffa820

Please sign in to comment.