diff --git a/build.sbt b/build.sbt index 037d6be..c35b0c9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,10 +1,9 @@ - organization := "org.scalameta" name := "scalatest-example" scalaVersion := "2.13.12" // Added for Scala Steward to pick up the version libraryDependencies ++= List( - "org.scalameta" %% "metals" % "1.0.1", - "org.foundweekends.giter8" %% "giter8" % "0.16.2", - "ch.epfl.scala" %% "bloopgun-core" % "1.5.11" + "org.scalameta" %% "metals" % "1.0.1", + "org.foundweekends.giter8" %% "giter8" % "0.16.2", + "ch.epfl.scala" %% "bloopgun-core" % "1.5.15" ) diff --git a/project/metals.sbt b/project/metals.sbt index cbb25c6..4a579ab 100644 --- a/project/metals.sbt +++ b/project/metals.sbt @@ -2,5 +2,4 @@ // This file enables sbt-bloop to create bloop config files. -addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.11") - +addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.15")