Skip to content

Commit

Permalink
Merge pull request #100 from guardian/library-updates
Browse files Browse the repository at this point in the history
Bump various libraries
  • Loading branch information
davidfurey authored Mar 14, 2024
2 parents c682d20 + 81c6a1d commit 86903d7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions atom-publisher-lib/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ dependencyOverrides += "com.twitter" %% "scrooge-serializer" % scroogeVersion

libraryDependencies ++= Seq(
"org.scala-lang.modules" %% "scala-collection-compat" % "2.8.1",
"org.typelevel" %% "cats-core" % "2.9.0",
"org.typelevel" %% "cats-core" % "2.10.0",
"io.circe" %% "circe-parser" % "0.14.3",
"com.gu" %% "fezziwig" % "1.6",
"com.gu" %% "fezziwig" % "1.9.2",
"com.gu" %% "content-atom-model" % contentAtomVersion,
"com.amazonaws" % "aws-java-sdk-dynamodb" % awsVersion,
"com.amazonaws" % "aws-java-sdk-kinesis" % awsVersion,
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name := "atom-maker-lib"

lazy val artifactProductionSettings = Seq(
organization := "com.gu",
scalaVersion := "2.13.12",
scalaVersion := "2.13.13",
licenses := Seq(License.Apache2),
scalacOptions := Seq("-deprecation", "-feature", "-release:11")
)
Expand Down
4 changes: 2 additions & 2 deletions project/BuildVars.scala
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import sbt._

object BuildVars {
lazy val awsVersion = "1.11.1034"
lazy val contentAtomVersion = "4.0.0"
lazy val awsVersion = "1.12.679"
lazy val contentAtomVersion = "4.0.1"
lazy val scroogeVersion = "22.1.0"
lazy val playVersion = "3.0.2"
lazy val mockitoVersion = "4.11.0"
Expand Down

0 comments on commit 86903d7

Please sign in to comment.