diff --git a/newswires/build.sbt b/newswires/build.sbt index 40fbead2..507d4759 100644 --- a/newswires/build.sbt +++ b/newswires/build.sbt @@ -22,7 +22,7 @@ libraryDependencies += "org.scalikejdbc" %% "scalikejdbc" % "4.3.5" exclude ( // rest of app still uses jackson 2.x... hold off for now if possible libraryDependencies += "net.logstash.logback" % "logstash-logback-encoder" % "8.1" libraryDependencies += "org.postgresql" % "postgresql" % "42.7.11" -libraryDependencies += "software.amazon.jdbc" % "aws-advanced-jdbc-wrapper" % "3.0.0" +libraryDependencies += "software.amazon.jdbc" % "aws-advanced-jdbc-wrapper" % "3.3.0" libraryDependencies += "io.circe" %% "circe-generic" % "0.14.15" libraryDependencies += "io.circe" %% "circe-parser" % "0.14.15" libraryDependencies += "org.scala-lang.modules" %% "scala-parser-combinators" % "2.4.0"