Skip to content

Commit

Permalink
project: upgrade to scala 3.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
etorreborre committed Mar 31, 2024
1 parent 4444b12 commit 05db960
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.3.3]
scala: [3.4.1]
java: [temurin@18]
runs-on: ${{ matrix.os }}
steps:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
scala: [3.3.3]
scala: [3.4.1]
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.3.3"
val Scala3 = "3.4.1"

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

0 comments on commit 05db960

Please sign in to comment.