Skip to content

Commit

Permalink
pin scala std lib to projects scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers committed Oct 24, 2024
1 parent 7504647 commit fad484f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ val commonSettings = Def.settings(
),
projectInfoVersion := (if (isSnapshot.value) "snapshot" else version.value),
// can be removed once we this project is on 2.13.15
dependencyOverrides += "org.scala-lang" % "scala-library" % Scala213,
dependencyOverrides += "org.scala-lang" % "scala-library" % Scala213
)

lazy val `alpakka-kafka` =
Expand Down

0 comments on commit fad484f

Please sign in to comment.