Skip to content

Commit

Permalink
Merge pull request #292 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Sep 14, 2024
2 parents c78c70c + 9f7cb71 commit c455619
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import sbt._

object Dependencies {
val Scala212 = "2.12.19"
val Scala212 = "2.12.20"
val Scala213 = "2.13.14"
val Scala3 = "3.3.3"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

0 comments on commit c455619

Please sign in to comment.