Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.4 (#379)
Browse files Browse the repository at this point in the history
Co-authored-by: scala-steward[bot] <417002+ etspaceman-scala-steward-app[bot]@users.noreply.github.com>
Co-authored-by: Eric Meisel <[email protected]>
  • Loading branch information
3 people authored Oct 4, 2024
1 parent 435093a commit 79588bf
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,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.3'
if: matrix.java == 'temurin@17' && matrix.os == 'ubuntu-latest' && matrix.scala != '3.3.4'
run: sbt 'project ${{ matrix.project }}' fixCheck

- name: Generate API documentation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import scala.jdk.CollectionConverters._
import java.time.Instant

import cats.data.NonEmptyList
import cats.effect.Resource
import cats.effect._
import cats.syntax.all._
import org.typelevel.log4cats.StructuredLogger
Expand Down
2 changes: 1 addition & 1 deletion project/Kinesis4CatsPlugin.scala
Original file line number Diff line number Diff line change
Expand Up @@ -313,7 +313,7 @@ object Kinesis4CatsPlugin extends AutoPlugin {
object Kinesis4CatsPluginKeys {
val Scala212 = "2.12.20"
val Scala213 = "2.13.15"
val Scala3 = "3.3.3"
val Scala3 = "3.3.4"

val allScalaVersions = List(Scala213, Scala3, Scala212)
val last2ScalaVersions = List(Scala213, Scala3)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ import java.time.Instant
import _root_.fs2.compression.Compression
import _root_.fs2.io.file.Files
import cats.data.NonEmptyList
import cats.effect.Resource
import cats.effect._
import cats.syntax.all._
import com.amazonaws.kinesis._
Expand Down

0 comments on commit 79588bf

Please sign in to comment.