Skip to content
This repository has been archived by the owner on Jul 29, 2024. It is now read-only.

Commit

Permalink
Bump JVM version
Browse files Browse the repository at this point in the history
  • Loading branch information
peterneyens committed Oct 30, 2023
1 parent 2e00df0 commit 23a4399
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ ThisBuild / tlSonatypeUseLegacyHost := true //https://oss.sonatype.org/ currentl
val scala3 = "3.3.1"
ThisBuild / crossScalaVersions := Seq(scala3, "2.13.11")
ThisBuild / scalaVersion := scala3
ThisBuild / githubWorkflowJavaVersions := List(JavaSpec.temurin("11"), JavaSpec.temurin("17"))

lazy val `cosmos4s` = project
.in(file("."))
Expand Down

0 comments on commit 23a4399

Please sign in to comment.