Skip to content

Commit

Permalink
Merge pull request #1223 from scala-steward/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
Update scala-library, scala-reflect to 2.13.14
  • Loading branch information
ddworak authored May 6, 2024
2 parents 93bf6ec + b0cd7d5 commit 4361c03
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 @@ -18,7 +18,7 @@ jobs:
strategy:
fail-fast: false
matrix:
scala: [ 2.13.13 ]
scala: [ 2.13.14 ]
command: [ udash-jvm/test, udash-js/test, guide-selenium/test ]
steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbt.*
import sbt.Keys.scalaVersion

object Dependencies {
val versionOfScala = "2.13.13" //update .github/workflows/ci.yml as well
val versionOfScala = "2.13.14" //update .github/workflows/ci.yml as well

val jqueryWrapperVersion = "3.3.0"

Expand Down

0 comments on commit 4361c03

Please sign in to comment.