We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c6de4 commit 88e1a72Copy full SHA for 88e1a72
project/build.scala
@@ -7,7 +7,7 @@ import scoverage._
7
8
object BuildSettings {
9
val buildOrganization = "org.analogweb"
10
- val buildVersion = "0.9.7-SNAPSHOT"
+ val buildVersion = "0.9.7"
11
val buildScalaVersion = "2.11.4"
12
val clossBuildScalaVersion = Seq("2.10.5","2.11.4")
13
@@ -46,7 +46,7 @@ object BuildSettings {
46
)
47
}
48
object Dependencies {
49
- val core = "org.analogweb" % "analogweb-core" % "0.9.6"
+ val core = "org.analogweb" % "analogweb-core" % "0.9.7"
50
val jackson = "com.fasterxml.jackson.module" % "jackson-module-scala" % "2.4.3" cross CrossVersion.fullMapped {
51
case "2.10.5" => "2.10"
52
case "2.11.4" => "2.11"
0 commit comments