Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.1 (#509)
Browse files Browse the repository at this point in the history
Co-authored-by: Alexandre Archambault <[email protected]>
  • Loading branch information
scala-steward and alexarchambault authored Oct 31, 2023
1 parent e4a7d40 commit 9a5ed77
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
fail-fast: false
matrix:
SCALA_VERSION: ["2.12.18", "2.13.12", "3.3.0"]
SCALA_VERSION: ["2.12.18", "2.13.12", "3.3.1"]
steps:
- uses: actions/checkout@v4
with:
Expand Down
2 changes: 1 addition & 1 deletion project/Settings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Settings {

private def scala212 = "2.12.18"
private def scala213 = "2.13.12"
private def scala3 = "3.3.0"
private def scala3 = "3.3.1"

private lazy val isAtLeastScala213 = Def.setting {
import Ordering.Implicits._
Expand Down
2 changes: 1 addition & 1 deletion tests/native/src/test/scala-3/caseapp/NativeUtil.scala
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package caseapp

object NativeUtil {
def scalaBinaryVersion = "3.3.0"
def scalaBinaryVersion = "3.3.1"
}

0 comments on commit 9a5ed77

Please sign in to comment.