From cafe782bed4b443fc2ecbdaeba20c055516f4dda Mon Sep 17 00:00:00 2001 From: Olivier NOUGUIER Date: Fri, 18 Oct 2024 21:10:30 +0200 Subject: [PATCH] Scala33 -> Scala3 --- build.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.sbt b/build.sbt index 7bd9236..590dfa9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ import java.nio.charset.StandardCharsets import org.scalajs.linker.interface.ModuleSplitStyle -val scala33 = "3.6.0" +val scala3 = "3.6.0" val tapirVersion = "1.11.7" @@ -9,7 +9,7 @@ val laminarVersion = "17.1.0" inThisBuild( List( - scalaVersion := scala33, + scalaVersion := scala3, organization := "dev.cheleb", homepage := Some(url("https://github.com/cheleb/")), sonatypeCredentialHost := "s01.oss.sonatype.org",