Skip to content

Commit

Permalink
Merge branch 'develop' into update/scala-compiler-2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
eed3si9n authored Nov 3, 2024
2 parents fcadbce + f3fbff2 commit 6b1b437
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import Keys._

object Dependencies {
val scala212 = "2.12.20"
val scala213 = "2.13.12"
val scala213 = "2.13.15"
val scala3 = "3.3.1"

val scalaCompiler = Def.setting {
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.3")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.0")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")

0 comments on commit 6b1b437

Please sign in to comment.