Skip to content

Commit

Permalink
Update scala3-staging, ... to 3.3.3 (#3430)
Browse files Browse the repository at this point in the history
## About this PR
📦 Updates 
* [org.scala-lang:scala3-staging](https://github.com/lampepfl/dotty)
*
[org.scala-lang:scala3-tasty-inspector](https://github.com/lampepfl/dotty)

 from `3.3.2` to `3.3.3`

📜 [GitHub Release
Notes](https://github.com/lampepfl/dotty/releases/tag/3.3.3) - [Version
Diff](scala/scala3@3.3.2...3.3.3) -
[Version
Diff](scala/scala3@release-3.3.2...release-3.3.3)

## Usage
✅ **Please merge!**

I'll automatically update this PR to resolve conflicts as long as you
don't change it yourself.

If you'd like to skip this version, you can just close this PR. If you
have any feedback, just mention me in the comments below.

Configure Scala Steward for your repository with a
[`.scala-steward.conf`](https://github.com/scala-steward-org/scala-steward/blob/b83aae55d9dd000548c3b3c9b63d79636e7b3c8b/docs/repo-specific-configuration.md)
file.

_Have a fantastic day writing Scala!_

<details>
<summary>🔍 Files still referring to the old version number</summary>

The following files still refer to the old version number (3.3.2).
You might want to review and update them manually.
```
docs/release-notes.md
sbt-airframe/src/sbt-test/sbt-airframe/generate-client/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/grpc/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/js-client/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/openapi/build.sbt
sbt-airframe/src/sbt-test/sbt-airframe/rpc-netty/build.sbt
website/static/img/undraw_youtube_tutorial.svg
```
</details>
<details>
<summary>⚙ Adjust future updates</summary>

Add this to your `.scala-steward.conf` file to ignore future updates of
this dependency:
```
updates.ignore = [ { groupId = "org.scala-lang" } ]
```
Or, add this to slow down future updates of this dependency:
```
dependencyOverrides = [{
  pullRequests = { frequency = "30 days" },
  dependency = { groupId = "org.scala-lang" }
}]
```
</details>

<sup>
labels: library-update
</sup>
  • Loading branch information
xerial-bot authored Feb 29, 2024
1 parent a7a8828 commit 75cd4b3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions airspec/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges

val SCALA_2_12 = "2.12.19"
val SCALA_2_13 = "2.13.13"
val SCALA_3 = "3.3.2"
val SCALA_3 = "3.3.3"
val targetScalaVersions = SCALA_3 :: SCALA_2_13 :: SCALA_2_12 :: Nil

val SCALACHECK_VERSION = "1.17.0"
Expand Down Expand Up @@ -130,8 +130,7 @@ def excludePomDependency(excludes: Seq[String]) = { node: XmlNode =>
}).transform(node).head
}

/**
* AirSpec build definitions.
/** AirSpec build definitions.
*
* To make AirSpec a standalone library without any cyclic project references, AirSpec embeds the source code of
* airframe-log, di, surface, etc.
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import xerial.sbt.pack.PackPlugin.{projectSettings, publishPackArchiveTgz}

val SCALA_2_12 = "2.12.19"
val SCALA_2_13 = "2.13.13"
val SCALA_3 = "3.3.2"
val SCALA_3 = "3.3.3"
val uptoScala2 = SCALA_2_13 :: SCALA_2_12 :: Nil
val targetScalaVersions = SCALA_3 :: uptoScala2

Expand Down

0 comments on commit 75cd4b3

Please sign in to comment.