Skip to content

Commit

Permalink
Update scala3-library, ... to 3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 28, 2024
1 parent 35b9495 commit f38384f
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 @@ -19,11 +19,11 @@ jobs:
coverageReport: [coverageReport]
include:
# https://github.com/scoverage/scalac-scoverage-plugin/issues/299
- scala: 3.2.2
- scala: 3.3.4
project: scalaUriJVM
coverage: ""
coverageReport: ""
- scala: 3.2.2
- scala: 3.3.4
project: scalaUriJS
coverage: ""
coverageReport: ""
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import com.typesafe.tools.mima.plugin.MimaKeys.{mimaBinaryIssueFilters, mimaPrev

name := "scala-uri root"

ThisBuild / scalaVersion := "3.2.2"
ThisBuild / scalaVersion := "3.3.4"
ThisBuild / crossScalaVersions := Seq("2.12.17", "2.13.10", scalaVersion.value)
publish / skip := true // Do not publish the root project

Expand Down

0 comments on commit f38384f

Please sign in to comment.