Skip to content

Commit c5bbdec

Browse files
committed
bump version to publish ninth alpha release from develop branch
- fix SchemaFact and SchemaEntity #104 - update version of ScalaTest
1 parent 26a6978 commit c5bbdec

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

project/Build.scala

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import sbtunidoc.Plugin._
99
object DatomiscaBuild extends Build {
1010

1111
lazy val buildSettings = Defaults.defaultSettings ++ Seq(
12-
version := "0.7-alpha-8",
12+
version := "0.7-alpha-9",
1313
organization := "com.pellucid",
1414
scalaVersion := "2.10.3",
1515
scalacOptions ++= Seq(
@@ -179,7 +179,7 @@ object Dependencies {
179179

180180
val specs2 = "2.0"
181181
val junit = "4.8"
182-
val scalaTest = "2.0"
182+
val scalaTest = "2.1.0"
183183
}
184184

185185
object Compile {

0 commit comments

Comments
 (0)