Skip to content

Commit

Permalink
fix: reverted to using scala 3.3.3 only
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Jun 5, 2024
1 parent 555cd68 commit 0327844
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.4.2]
scala: [3.3.3]
java: [temurin@18]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.4.2]
scala: [3.3.3]
java: [temurin@18]
runs-on: ${{ matrix.os }}
steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ lazy val specs2 = project

/** COMMON SETTINGS */

val Scala3 = "3.4.2"
val Scala3 = "3.3.3"

lazy val specs2Settings = Seq(
organization := "org.specs2",
Expand Down

0 comments on commit 0327844

Please sign in to comment.