Skip to content

Commit

Permalink
Update scala3-library to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 4, 2024
1 parent bbc6b26 commit 0ef88b5
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
@@ -1,4 +1,4 @@
ThisBuild / scalaVersion := "3.3.0"
ThisBuild / scalaVersion := "3.3.1"
ThisBuild / organization := "eu.throup"
ThisBuild / versionScheme := Some("early-semver")

Expand Down Expand Up @@ -94,7 +94,7 @@ lazy val publishedProjectSettings = Seq(
// tastyMiMaPreviousArtifacts := previousStableVersion.value.map(organization.value %% name.value % _).toSet
)

lazy val crossScala = Seq(crossScalaVersions := Seq("2.13.12", "3.3.0"))
lazy val crossScala = Seq(crossScalaVersions := Seq("2.13.12", "3.3.1"))

lazy val root = (project in file("."))
.settings(name := "couldbe")
Expand Down

0 comments on commit 0ef88b5

Please sign in to comment.