Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions scala3/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name := "itto-csv"
version := "2.1.2"
organization := "com.github.gekomad"

scalaVersion := "3.5.2"
scalaVersion := "3.8.2"

val fs2Version = "3.11.0"

Expand Down Expand Up @@ -34,7 +34,6 @@ scalacOptions ++= Seq(
//sonatype
publishTo := sonatypePublishToBundle.value


pomExtra :=
<licenses>
<license>
Expand Down
4 changes: 2 additions & 2 deletions scala3_js/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name := "itto-csv"
name := "itto-csv"

import org.scalajs.linker.interface.{ESVersion, ModuleSplitStyle}

Expand All @@ -7,7 +7,7 @@ lazy val scala3Js = project
.enablePlugins(ScalaJSPlugin)
.settings(
version := "2.1.2",
scalaVersion := "3.5.2",
scalaVersion := "3.8.2",
organization := "com.github.gekomad",
scalaJSUseMainModuleInitializer := false,
scalaJSLinkerConfig ~= (_.withESFeatures(_.withESVersion(ESVersion.ES2018))),
Expand Down