Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.1 (#214)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 10, 2023
1 parent d170943 commit 81bdc61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
run: sbt 'project ${{ matrix.project }}' dockerComposeDown

- name: Check scalafix lints
if: matrix.java == 'temurin@17' && matrix.os == 'ubuntu-latest' && matrix.scala != '3.3.0'
if: matrix.java == 'temurin@17' && matrix.os == 'ubuntu-latest' && matrix.scala != '3.3.1'
run: sbt 'project ${{ matrix.project }}' fixCheck

- name: Generate API documentation
Expand Down
2 changes: 1 addition & 1 deletion project/Kinesis4CatsPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -315,7 +315,7 @@ object Kinesis4CatsPlugin extends AutoPlugin {
object Kinesis4CatsPluginKeys {
val Scala212 = "2.12.18"
val Scala213 = "2.13.11"
val Scala3 = "3.3.0"
val Scala3 = "3.3.1"

val allScalaVersions = List(Scala213, Scala3, Scala212)
val last2ScalaVersions = List(Scala213, Scala3)
Expand Down

0 comments on commit 81bdc61

Please sign in to comment.