Skip to content

Commit

Permalink
Update scala3-compiler, scala3-library, ... to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 22, 2025
1 parent 5292c79 commit 32619b0
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 @@ -16,7 +16,7 @@ jobs:
- scala: '2.13'
scala-version: 2.13.16
- scala: '3'
scala-version: 3.4.3
scala-version: 3.6.3

steps:
- name: Checkout repository
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import ReleaseTransformations._
ThisBuild / organization := "net.ruippeixotog"

ThisBuild / scalaVersion := "2.12.20"
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16", "3.4.3")
ThisBuild / crossScalaVersions := Seq("2.12.20", "2.13.16", "3.6.3")

// taken from https://github.com/scala/bug/issues/12632
ThisBuild / libraryDependencySchemes ++= Seq(
Expand Down

0 comments on commit 32619b0

Please sign in to comment.