Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking β€œSign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update scala3-library to 3.3.3 #475

Merged
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Update scala3-library to 3.3.3
scala-steward committed Mar 2, 2024
commit 9914da4299d1397279960c6f11bee44ba300f330
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ jobs:
- scala: '2.13'
scala-version: 2.13.13
- scala: '3'
scala-version: 3.3.1
scala-version: 3.3.3

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

ThisBuild / scalaVersion := "2.12.19"
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.1")
ThisBuild / crossScalaVersions := Seq("2.12.19", "2.13.13", "3.3.3")

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