Skip to content

Commit d29bfef

Browse files
author
Joni Freeman
committed
Release 0.4.0
1 parent 3243456 commit d29bfef

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ Requires at least Scala 2.10.2 and SBT 0.13.
180180
sqlτyped is published to Sonatype repositories.
181181

182182
```scala
183-
"fi.reaktor" %% "sqltyped" % "0.3.0"
183+
"fi.reaktor" %% "sqltyped" % "0.4.0"
184184
```
185185

186186
### Build ###

demo/project/build.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,13 +5,13 @@ object DemoBuild extends Build {
55
lazy val demoSettings = Defaults.defaultSettings ++ Seq(
66
organization := "com.example",
77
version := "0.4",
8-
scalaVersion := "2.10.2",
8+
scalaVersion := "2.10.4",
99
scalacOptions ++= Seq("-unchecked", "-deprecation"),
1010
javacOptions ++= Seq("-target", "1.6", "-source", "1.6"),
1111
crossPaths := false,
1212
libraryDependencies ++= Seq(
13-
"fi.reaktor" %% "sqltyped" % "0.4.0-SNAPSHOT",
14-
"fi.reaktor" %% "sqltyped-json4s" % "0.4.0-SNAPSHOT",
13+
"fi.reaktor" %% "sqltyped" % "0.4.0",
14+
"fi.reaktor" %% "sqltyped-json4s" % "0.4.0",
1515
"com.typesafe" %% "slick" % "1.0.0-RC1",
1616
"net.databinder" %% "unfiltered" % "0.6.5",
1717
"net.databinder" %% "unfiltered-netty" % "0.6.5",

project/build.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ import Keys._
44
object SqltypedBuild extends Build with Publish {
55
import Resolvers._
66

7-
// lazy val versionFormat = "%s"
7+
lazy val versionFormat = "%s"
88
lazy val majorVersion = "0.4.0"
9-
lazy val versionFormat = "%s-SNAPSHOT"
9+
// lazy val versionFormat = "%s-SNAPSHOT"
1010

1111
lazy val sqltypedSettings = Defaults.defaultSettings ++ publishSettings ++ Seq(
1212
organization := "fi.reaktor",

0 commit comments

Comments
 (0)