Skip to content

Commit fca3562

Browse files
authoredAug 22, 2024
Update sbt-ci-release (#112)
1 parent 88edced commit fca3562

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed
 

‎.gitignore

+3
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# sbt
22
target/
33

4+
# scala-cli
5+
/.scala-build/
6+
47
# metals
58
/.bloop/
69
/.metals/

‎project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ resolvers ++= Resolver.sonatypeOssRepos("snapshots")
22

33
// Current releases
44
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
5-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.0")
5+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")
66
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")

0 commit comments

Comments
 (0)