Skip to content

Commit

Permalink
Build updates
Browse files Browse the repository at this point in the history
  • Loading branch information
durban committed Jan 29, 2025
1 parent abbf591 commit 81a69eb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import com.typesafe.tools.mima.core.{

// Scala versions:
val scala2 = "2.13.16"
val scala3 = "3.3.4"
val scala3 = "3.3.5"

// CI JVM versions:
val jvmOldest = JavaSpec.temurin("11")
Expand Down
2 changes: 1 addition & 1 deletion project/metals.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// This plugin enables semantic information to be produced by sbt.
// It also adds support for debugging using the Debug Adapter Protocol

addSbtPlugin("org.scalameta" % "sbt-metals" % "1.5.0")
addSbtPlugin("org.scalameta" % "sbt-metals" % "1.5.1")

// This plugin adds the BSP debug capability to sbt server.

Expand Down
2 changes: 1 addition & 1 deletion project/project/metals.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
// This plugin enables semantic information to be produced by sbt.
// It also adds support for debugging using the Debug Adapter Protocol

addSbtPlugin("org.scalameta" % "sbt-metals" % "1.5.0")
addSbtPlugin("org.scalameta" % "sbt-metals" % "1.5.1")

// This plugin makes sure that the JDI tools are in the sbt classpath.
// JDI tools are used by the debug adapter server.
Expand Down

0 comments on commit 81a69eb

Please sign in to comment.