Skip to content
This repository has been archived by the owner on Jan 17, 2022. It is now read-only.

Commit

Permalink
Update build for 2.0.1-RC1
Browse files Browse the repository at this point in the history
  • Loading branch information
cvogt committed Feb 14, 2014
1 parent 9e131a6 commit 762bd29
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Expand Up @@ -2,7 +2,7 @@ organization := "com.typesafe.slick"

name := "slick-examples"

version := "2.0.0"
version := "2.0.1-RC1"

scalaVersion := "2.10.3"

Expand All @@ -14,9 +14,9 @@ scalacOptions += "-deprecation"
libraryDependencies <+= (scalaVersion)("org.scala-lang" % "scala-compiler" % _)

libraryDependencies ++= List(
"com.typesafe.slick" %% "slick" % "2.0.0-RC1",
"com.typesafe.slick" %% "slick" % "2.0.1-RC1",
"org.slf4j" % "slf4j-nop" % "1.6.4",
"com.h2database" % "h2" % "1.3.166",
"com.h2database" % "h2" % "1.3.170",
"org.xerial" % "sqlite-jdbc" % "3.7.2"
/*
"org.apache.derby" % "derby" % "10.9.1.0",
Expand Down

0 comments on commit 762bd29

Please sign in to comment.