Skip to content

Commit

Permalink
mssql-jdbc (#2894)
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii authored Sep 30, 2023
1 parent 3b587dc commit 6ee5361
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -558,7 +558,7 @@ lazy val jdbcTestingLibraries = Seq(
"com.h2database" % "h2" % "2.2.224" % Test,
"org.postgresql" % "postgresql" % "42.6.0" % Test,
"org.xerial" % "sqlite-jdbc" % "3.42.0.1" % Test,
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.2.2.jre8" % Test,
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.2.2.jre11" % Test,
"com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test,
"org.mockito" %% "mockito-scala-scalatest" % "1.17.14" % Test
)
Expand Down

0 comments on commit 6ee5361

Please sign in to comment.