Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-compiler-2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
juliano authored Oct 2, 2024
2 parents e67fb92 + 3244d84 commit 28e39d7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -510,7 +510,7 @@ lazy val `quill-orientdb` =
.settings(
Test / fork := true,
libraryDependencies ++= Seq(
"com.orientechnologies" % "orientdb-graphdb" % "3.2.33"
"com.orientechnologies" % "orientdb-graphdb" % "3.2.34"
)
)
.dependsOn(
Expand All @@ -531,11 +531,11 @@ lazy val `quill-test-kit` =

lazy val jdbcTestingLibraries = Seq(
libraryDependencies ++= Seq(
"com.zaxxer" % "HikariCP" % "5.1.0" exclude ("org.slf4j", "*"),
"com.zaxxer" % "HikariCP" % "6.0.0" exclude ("org.slf4j", "*"),
"com.mysql" % "mysql-connector-j" % "9.0.0" % Test,
"com.h2database" % "h2" % "2.3.232" % Test,
"org.postgresql" % "postgresql" % "42.7.4" % Test,
"org.xerial" % "sqlite-jdbc" % "3.46.1.0" % Test,
"org.xerial" % "sqlite-jdbc" % "3.46.1.3" % Test,
"com.microsoft.sqlserver" % "mssql-jdbc" % "7.4.1.jre11" % Test,
"com.oracle.ojdbc" % "ojdbc8" % "19.3.0.0" % Test,
"org.mockito" %% "mockito-scala-scalatest" % "1.17.14" % Test
Expand Down Expand Up @@ -599,7 +599,7 @@ def excludePaths(paths: Seq[String]) = {

val scala_v_12 = "2.12.20"
val scala_v_13 = "2.13.15"
val scala_v_30 = "3.3.3"
val scala_v_30 = "3.3.4"

val scalaCollectionCompatVersion = "2.12.0"

Expand Down

0 comments on commit 28e39d7

Please sign in to comment.