Skip to content

Commit

Permalink
Update scala3-library_sjs1 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 ea4eb29 commit 14843df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
build:
strategy:
matrix:
scalaVersion: ["2.12.17", "2.13.10", "3.1.3"]
scalaVersion: ["2.12.17", "2.13.10", "3.3.4"]
runs-on: ubuntu-20.04

steps:
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ organization := "com.github.fdietze"
name := "scala-js-fontawesome"
version := "master-SNAPSHOT"

crossScalaVersions := Seq("2.12.17", "2.13.10", "3.1.3")
crossScalaVersions := Seq("2.12.17", "2.13.10", "3.3.4")
scalaVersion in ThisBuild := crossScalaVersions.value.last

scalacOptions --= Seq("-Xfatal-warnings") // overwrite sbt-tpolecat setting
Expand Down

0 comments on commit 14843df

Please sign in to comment.