10000 Marking the new 0.2.14 release cycle · mauricio/postgresql-async@10a7351 · GitHub
[go: up one dir, main page]

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

Commit 10a7351

Browse files
committed
Marking the new 0.2.14 release cycle
1 parent 8254126 commit 10a7351

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ object ProjectBuild extends Build {
4545

4646
object Configuration {
4747

48-
val commonVersion = "0.2.13"
48+
val commonVersion = "0.2.14-SNAPSHOT"
4949
val projectScalaVersion = "2.11.0"
5050

5151
val specs2Dependency = "org.specs2" %% "specs2" % "2.3.11" % "test"

project/plugins.sbt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1-
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.2.0")
1+
addSbtPlugin("com.typesafe.sbteclipse" % "sbteclipse-plugin" % "2.5.0")
2+
3+
addSbtPlugin("com.github.mpeltonen" % "sbt-idea" % "1.6.0")
4+
5+
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")

0 commit comments

Comments
 (0)
0