We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 88edced commit fca3562Copy full SHA for fca3562
.gitignore
@@ -1,6 +1,9 @@
1
# sbt
2
target/
3
4
+# scala-cli
5
+/.scala-build/
6
+
7
# metals
8
/.bloop/
9
/.metals/
project/plugins.sbt
@@ -2,5 +2,5 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
// Current releases
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
-addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
+addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
0 commit comments