Skip to content

Commit

Permalink
update bloop
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-butcher committed Jan 9, 2025
1 parent 0663552 commit d0f4001
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 @@ -101,7 +101,7 @@ object ExternalDependencies {
val enumeratum = "1.7.4"
val enumeratumScalacheck = "1.7.4"
val jsoup = "1.18.1"
val logback = "1.1.11"
val logback = "1.5.8"
val scalatestPlus = "3.2.12.0"
val scalatestPlusMockitoArtifactId = "mockito-4-5"
val uPickle = "3.3.1"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ addSbtPlugin("com.tapad" % "sbt-docker-compose" % "1.0.35")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.frugalmechanic" % "fm-sbt-s3-resolver" % "0.23.0")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.3.2")
addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "2.0.2")

0 comments on commit d0f4001

Please sign in to comment.