Skip to content

Commit e14bea5

Browse files
committed
Merge pull request #7 from typesafehub/wip/h2-version-update
Wip/h2 version update
2 parents 44b8649 + 954c33c commit e14bea5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ mainClass in Compile := Some("HelloSlick")
99
libraryDependencies ++= List(
1010
"com.typesafe.slick" %% "slick" % "2.1.0-M2",
1111
"org.slf4j" % "slf4j-nop" % "1.6.4",
12-
"com.h2database" % "h2" % "1.3.170",
12+
"com.h2database" % "h2" % "1.3.175",
1313
"org.scalatest" %% "scalatest" % "2.1.6" % "test"
1414
)

0 commit comments

Comments
 (0)