Skip to content

Commit

Permalink
remove 2.12/2.13 compat module
Browse files Browse the repository at this point in the history
  • Loading branch information
andrew-nowak committed Nov 21, 2024
1 parent 4395b36 commit ca2da9f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -75,9 +75,6 @@ val maybeBBCLib: Option[sbt.ProjectReference] = if(bbcBuildProcess) Some(bbcProj

lazy val commonLib = project("common-lib").settings(
libraryDependencies ++= Seq(
// FIXME - added temporarily to assist code compatible with scala 2.12 and 2.13
// remove ASAP after completing 2.13 upgrade!!!
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"com.gu" %% "editorial-permissions-client" % "3.0.0",
"com.gu" %% "pan-domain-auth-play_2-8" % "7.0.0",
"com.amazonaws" % "aws-java-sdk-iam" % awsSdkVersion,
Expand Down

0 comments on commit ca2da9f

Please sign in to comment.