Skip to content

Commit

Permalink
Merge pull request #489 from scala-steward/update/7.x/patches
Browse files Browse the repository at this point in the history
[7.x] Patch updates
  • Loading branch information
mkurz authored Oct 8, 2024
2 parents ecfa4e7 + 95e8b94 commit 32eb7ee
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@ import sbt._
object Dependencies {

object ScalaVersions {
val scala212 = "2.12.19"
val scala212 = "2.12.20"
val scala213 = "2.13.14"
val scala3 = "3.3.3"
}

object Versions {
val play: String = "2.9.5"
val ebean = "15.5.0"
val ebean = "15.5.2"
val typesafeConfig = "1.4.3"
}

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")

addSbtPlugin("com.lightbend.sbt" % "sbt-java-formatter" % "0.8.0")

0 comments on commit 32eb7ee

Please sign in to comment.