Skip to content

Commit 5ed725f

Browse files
authored
Fix publishing (#6)
1 parent cd013fa commit 5ed725f

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.5.5
1+
sbt.version = 1.6.2

project/plugins.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop"
22
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.29")
33
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.10.0")
44
addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
5-
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
65
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.2.16")
76
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")
87
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.9.0")

0 commit comments

Comments
 (0)