Skip to content

Commit

Permalink
Merge pull request #75 from throup/update/scala3-library-3.3.1
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.1
  • Loading branch information
throup authored Jan 4, 2024
2 parents a321707 + 0ef88b5 commit 95e0bbd
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 95e0bbd

Please sign in to comment.