Skip to content

Commit

Permalink
Update mtags to 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scalameta-bot committed Apr 17, 2024
1 parent b34842c commit 8a7ba44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ lazy val server = project
"org.slf4j" % "slf4j-api" % "2.0.9",
"org.jboss.xnio" % "xnio-nio" % "3.8.0.Final",
"org.scalameta" % "semanticdb-scalac-core" % Version.scalameta cross CrossVersion.full,
("org.scalameta" %% "mtags" % "1.0.1").cross(CrossVersion.full)
("org.scalameta" %% "mtags" % "1.3.0").cross(CrossVersion.full)
),
(Compile / packageBin) := {
import java.io.FileOutputStream
Expand Down

0 comments on commit 8a7ba44

Please sign in to comment.