Skip to content

Commit

Permalink
Update scala3-library to 3.3.4 (#842)
Browse files Browse the repository at this point in the history
* Update scala3-library to 3.3.4

* mima problems

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] and pjfanning authored Oct 3, 2024
1 parent 52ef138 commit ab687eb
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
# Licensed to the Apache Software Foundation (ASF) under one
# or more contributor license agreements. See the NOTICE file
# distributed with this work for additional information
# regarding copyright ownership. The ASF licenses this file
# to you under the Apache License, Version 2.0 (the
# "License"); you may not use this file except in compliance
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
# KIND, either express or implied. See the License for the
# specific language governing permissions and limitations
# under the License.

# migrate to Scala 3.3.4
ProblemFilters.exclude[IncompatibleSignatureProblem]("org.apache.pekko.stream.connectors.ironmq.Message#Ids.apply")
ProblemFilters.exclude[IncompatibleSignatureProblem]("org.apache.pekko.stream.connectors.ironmq.Message#Ids.this")
ProblemFilters.exclude[IncompatibleSignatureProblem]("org.apache.pekko.stream.connectors.ironmq.Message#Ids.ids")
ProblemFilters.exclude[IncompatibleSignatureProblem]("org.apache.pekko.stream.connectors.ironmq.Message#Ids.copy")
ProblemFilters.exclude[IncompatibleSignatureProblem]("org.apache.pekko.stream.connectors.ironmq.Message#Ids.copy$default$1")
ProblemFilters.exclude[IncompatibleSignatureProblem]("org.apache.pekko.stream.connectors.ironmq.Message#Ids._1")
ProblemFilters.exclude[IncompatibleSignatureProblem]("org.apache.pekko.stream.connectors.ironmq.scaladsl.IronMqProducer.atLeastOnceFlow")
ProblemFilters.exclude[IncompatibleSignatureProblem]("org.apache.pekko.stream.connectors.ironmq.scaladsl.IronMqProducer.flow")
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ object Dependencies {

val Scala213 = "2.13.15" // update even in link-validator.conf
val Scala212 = "2.12.20"
val Scala3 = "3.3.3"
val Scala3 = "3.3.4"
val ScalaVersions = Seq(Scala213, Scala212, Scala3)

val PekkoVersion = PekkoCoreDependency.version
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
# with the License. You may obtain a copy of the License at
#
# http://www.apache.org/licenses/LICENSE-2.0

#
# Unless required by applicable law or agreed to in writing,
# software distributed under the License is distributed on an
# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
Expand Down

0 comments on commit ab687eb

Please sign in to comment.