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.
1 parent a784225 commit d79e0a4Copy full SHA for d79e0a4
.github/workflows/ci.yml
@@ -79,7 +79,7 @@ jobs:
79
strategy:
80
matrix:
81
os: [ubuntu-latest]
82
- scala: [3.2.1]
+ scala: [3.2.2]
83
java: [zulu@8]
84
runs-on: ${{ matrix.os }}
85
steps:
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.8.0
+sbt.version=1.8.2
project/plugins.sbt
@@ -4,6 +4,6 @@ addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
4
5
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.6")
6
7
-addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.0-M8")
+addSbtPlugin("org.typelevel" % "sbt-typelevel-sonatype-ci-release" % "0.5.0-M9")
8
9
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
0 commit comments