Skip to content

Commit 00fcf7a

Browse files
authored
Update the version of the publishing plugin and nix flake update (#442)
* Update the version of the publishing plugin and nix flake update * Remove old key
1 parent 2df8774 commit 00fcf7a

File tree

3 files changed

+36
-48
lines changed

3 files changed

+36
-48
lines changed

build.sbt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ lazy val catsVersion = "2.13.0"
33
inThisBuild(
44
Seq(
55
organization := "com.ironcorelabs",
6-
sonatypeProfileName := organization.value,
76
developers := List(
87
Developer("coltfred", "Colt Frederickson", "[email protected]", url("http://github.com/coltfred"))
98
),

flake.lock

Lines changed: 35 additions & 46 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0")
33
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.3.1")
44
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
55
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.19.0")
6-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
6+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.11.1")
77

88
// workaround for conflict between sbt-scoverage and scalastyle-sbt-plugin
99
// https://github.com/scala/bug/issues/12632

0 commit comments

Comments
 (0)