Skip to content

Update h2 to 2.2.220 #94

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ object Dependencies {
).map(_ % gatlingVersion % "it,test")

lazy val hikari = "com.zaxxer" % "HikariCP" % "5.0.1" exclude ("org.slf4j", "slf4j-api")
lazy val h2jdbc = "com.h2database" % "h2" % "2.1.214" % Test
lazy val h2jdbc = "com.h2database" % "h2" % "2.2.220" % Test

}