We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 62c9b4c + 60d1602 commit e5ada14Copy full SHA for e5ada14
build.sbt
@@ -15,7 +15,7 @@ inThisBuild(
15
"[email protected]",
16
url("https://geirsson.com")
17
)
18
- ),
+ )
19
20
21
@@ -40,7 +40,7 @@ lazy val plugin = project
40
case _ => "2.0.0-M2"
41
}
42
},
43
- libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test,
+ libraryDependencies += "org.scalameta" %% "munit" % "1.0.2" % Test,
44
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.0"),
45
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.1.0"),
46
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.3.0"),
0 commit comments