From 7606e4061f3f11327841176d0541b38b22369062 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mareks=20Ramp=C4=81ns?= <8796159+mr-git@users.noreply.github.com> Date: Thu, 24 Oct 2024 12:13:06 +0300 Subject: [PATCH] update to Scala 3.3.4 LTS --- .github/workflows/ci.yml | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5b58e91..8c7fa00 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: matrix: scala: - 2.13.15 - - 3.3.3 + - 3.3.4 steps: - uses: actions/checkout@v2 diff --git a/build.sbt b/build.sbt index 24e039f..6174551 100644 --- a/build.sbt +++ b/build.sbt @@ -29,7 +29,7 @@ lazy val commonSettings = Seq( organizationName := "Evolution", organizationHomepage := Some(url("https://evolution.com")), scalaVersion := crossScalaVersions.value.head, - crossScalaVersions := Seq("2.13.15", "3.3.3"), + crossScalaVersions := Seq("2.13.15", "3.3.4"), Compile / scalacOptions ++= { if (scalaBinaryVersion.value == "2.13") { Seq(