Skip to content

Commit

Permalink
update sbt-bloop (#1625)
Browse files Browse the repository at this point in the history
  • Loading branch information
kubukoz authored Dec 9, 2024
1 parent 2522c02 commit 5a26ba3
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
Expand Up @@ -14,7 +14,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.9.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.18")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.5")
addSbtPlugin("com.thesamet" % "sbt-protoc" % "1.0.7")

libraryDependencies ++= Seq(
Expand Down

0 comments on commit 5a26ba3

Please sign in to comment.