Skip to content

Commit

Permalink
Merge pull request #62 from scala-steward/update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.15
  • Loading branch information
tiagomota authored Oct 3, 2024
2 parents 6310bbf + 125ee95 commit e8709f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/scala.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
matrix:
java: ['temurin:1.11', 'temurin:1.17', 'temurin:1.21']
scala: [ 2.13.14, 3.3.3 ]
scala: [ 2.13.15, 3.3.3 ]
steps:
- uses: actions/checkout@v4
- name: Install Compose
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbt.*

object Dependencies {
val Scala213 = "2.13.14"
val Scala213 = "2.13.15"
val Scala3 = "3.3.3"
val ScalaVersions = Seq(Scala213, Scala3)

Expand Down

0 comments on commit e8709f9

Please sign in to comment.