Skip to content

Commit

Permalink
Merge pull request #34 from scala-steward/update/sbt-bloop-1.5.17
Browse files Browse the repository at this point in the history
Update sbt-bloop to 1.5.17
  • Loading branch information
kitlangton authored Apr 20, 2024
2 parents 90e6ba6 + 54b8131 commit eb1f99e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.18")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.16")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.17")

addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.15.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.0.0")

0 comments on commit eb1f99e

Please sign in to comment.