Skip to content

Commit

Permalink
Update scala3-library to 3.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Aug 23, 2024
1 parent 1296692 commit 5caf4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
java: [ '21' ]
scala: [ '3.4.3' ]
scala: [ '3.5.0' ]
steps:
- uses: actions/checkout@v4
- name: Set up JDK
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name := "scala-hello-world-app"

organization := "io.github.sullis"

scalaVersion := "3.4.3"
scalaVersion := "3.5.0"

crossScalaVersions := Seq(scalaVersion.value)

Expand Down

0 comments on commit 5caf4df

Please sign in to comment.