Skip to content

Commit 4f8d292

Browse files
authored
Merge pull request #831 from scala-steward/update/scala3-library-3.3.4
Update scala3-library to 3.3.4
2 parents 85b7518 + 2198477 commit 4f8d292

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ commands += Command.command("testStaging") { state =>
4848
// Keep in sync with TestCli
4949
val scala212 = "2.12.20"
5050
val scala213 = "2.13.15"
51-
val scala3 = "3.3.3"
51+
val scala3 = "3.3.4"
5252

5353
val root = project.in(file(".")).settings(
5454
name := "mima",

functional-tests/src/main/scala/com/typesafe/tools/mima/lib/TestCli.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ object TestCli {
1212
val scala211 = "2.11.12"
1313
val scala212 = "2.12.20"
1414
val scala213 = "2.13.15"
15-
val scala3 = "3.3.3"
15+
val scala3 = "3.3.4"
1616
val hostScalaVersion = StdLibProps.scalaPropOrNone("maven.version.number").get
1717
val allScalaVersions = List(scala211, scala212, scala213, scala3)
1818
val testsDir = Directory("functional-tests/src/test")

functional-tests/src/test/value-class-generic-replacement-nok/problems-3.txt

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)