Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-scalafix-0.12.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrs authored Mar 25, 2024
2 parents 4b2ddfa + 0321c8f commit 8aaa523
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 @@ -4,7 +4,7 @@ object Dependencies {
val Ver = new {
val `scala2.12` = "2.12.18"
val `scala2.13` = "2.13.12"
val scala3 = "3.3.1"
val scala3 = "3.3.3"

val organizeImports = "0.5.0"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.10.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.11")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.12.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

0 comments on commit 8aaa523

Please sign in to comment.