Skip to content

Commit

Permalink
Scala33 -> Scala3
Browse files Browse the repository at this point in the history
  • Loading branch information
cheleb committed Oct 18, 2024
1 parent 1bdcad5 commit cafe782
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,15 +1,15 @@
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"

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",
Expand Down

0 comments on commit cafe782

Please sign in to comment.