We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 44b8649 + 954c33c commit e14bea5Copy full SHA for e14bea5
1 file changed
build.sbt
@@ -9,6 +9,6 @@ mainClass in Compile := Some("HelloSlick")
9
libraryDependencies ++= List(
10
"com.typesafe.slick" %% "slick" % "2.1.0-M2",
11
"org.slf4j" % "slf4j-nop" % "1.6.4",
12
- "com.h2database" % "h2" % "1.3.170",
+ "com.h2database" % "h2" % "1.3.175",
13
"org.scalatest" %% "scalatest" % "2.1.6" % "test"
14
)
0 commit comments