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

Commit 6c7d295

Browse files
committed
chore(build): prepares new version
Prepares the new snapshot version.
1 parent 2f985b2 commit 6c7d295

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name := "powerapi"
22

3-
version in ThisBuild := "3.2"
3+
version in ThisBuild := "3.3"
44

55
scalaVersion in ThisBuild := "2.11.6"
66

powerapi-core/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ publishTo := {
7474
Some("releases" at nexus + "service/local/staging/deploy/maven2")
7575
}
7676

77-
val downloadBluecoveLibs = TaskKey[Seq[File]]("download-bluecove")
77+
val downloadBluecoveLibs = taskKey[Seq[File]]("download-bluecove")
7878

7979
downloadBluecoveLibs := {
8080
val locationBluecove = baseDirectory.value / "lib" / "bluecove-2.1.0.jar"

0 commit comments

Comments
 (0)