Skip to content

Commit

Permalink
jump to v0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tminglei committed Jan 18, 2015
1 parent e2e5c2b commit 9c7214d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
language: scala
scala:
- 2.10.4
- 2.11.2
- 2.11.5
jdk:
- oraclejdk8
services:
Expand Down
6 changes: 3 additions & 3 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ object SlickPgBuild extends Build {
organizationName := "slick-pg",
organization := "com.github.tminglei",
name := "slick-pg",
version := "0.7.0",
version := "0.8.0",

scalaVersion := "2.11.2",
crossScalaVersions := Seq("2.11.2", "2.10.4"),
scalaVersion := "2.11.5",
crossScalaVersions := Seq("2.11.5", "2.10.4"),
scalacOptions ++= Seq("-deprecation", "-feature",
"-language:implicitConversions",
"-language:reflectiveCalls",
Expand Down

0 comments on commit 9c7214d

Please sign in to comment.