Skip to content

Commit

Permalink
Merge branch 'master' into update/scala-library-2.13.13
Browse files Browse the repository at this point in the history
  • Loading branch information
andyglow authored Mar 5, 2024
2 parents 06ef70d + a96f2b4 commit 52cd9a6
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [2.13.13, 2.12.18, 2.11.12]
scala: [2.13.13, 2.12.19, 2.11.12]
java: [temurin@11]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion project/ScalaVer.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ object ScalaVer {

case object _211 extends ScalaVer("2.11.12")

case object _212 extends ScalaVer("2.12.18")
case object _212 extends ScalaVer("2.12.19")

case object _213 extends ScalaVer("2.13.13")

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.10")
addSbtPlugin("org.scoverage" %% "sbt-scoverage" % "2.0.11")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.10.0")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
Expand Down

0 comments on commit 52cd9a6

Please sign in to comment.