Skip to content

Commit

Permalink
chore: update sbt dependency format for ojdbc8
Browse files Browse the repository at this point in the history
  • Loading branch information
PenghaiZhang committed Oct 13, 2023
1 parent fc3183e commit befe9fe
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ ThisBuild / assemblyMergeStrategy := {
false
}
}
(ThisBuild / oracleDriverMavenCoordinate) := Seq("com.oracle.database.jdbc" % "ojdbc8" % "23.3.0.23.09")
(ThisBuild / oracleDriverMavenCoordinate) := Seq(
"com.oracle.database.jdbc" % "ojdbc8" % "23.3.0.23.09")

(ThisBuild / buildConfig) := Common.buildConfig

Expand Down

0 comments on commit befe9fe

Please sign in to comment.