Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update scala3-library, ... to 3.3.3
Browse files Browse the repository at this point in the history
lucuma-steward[bot] committed May 29, 2024
1 parent 2d6a1f3 commit 4a7858a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -76,8 +76,8 @@ ThisBuild / githubWorkflowJavaVersions := Seq(JavaSpec.temurin("17"))
ThisBuild / githubWorkflowBuildPreamble ++= Seq(setupNode, npmInstall)
ThisBuild / githubWorkflowPublishPreamble ++= Seq(setupNode, npmInstall)

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

Global / onChangedBuildSource := ReloadOnSourceChanges

0 comments on commit 4a7858a

Please sign in to comment.