Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
Quafadas committed Sep 27, 2024
1 parent 7ef8eb6 commit 0d34069
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import mill.util.Jvm
import mill.api.Result

trait Common extends ScalaModule with PublishModule {
def scalaVersion = "3.3.3"
def scalaVersion = "3.3.4"

def publishVersion = VcsVersion.vcsState().format()

Expand Down Expand Up @@ -54,7 +54,7 @@ trait CommonNative extends ScalaNativeModule {
def ivyDeps = super.ivyDeps() ++ Agg(
ivy"org.ekrich::sblas::0.5.0"
)
def scalaNativeVersion: mill.T[String] = "0.4.16"
def scalaNativeVersion: mill.T[String] = "0.4.17"
}

trait CommonTests extends TestModule.Munit {
Expand Down Expand Up @@ -186,17 +186,10 @@ object jsSite extends SiteJSModule {
object site extends SiteModule {

override val jsSiteModule = jsSite

override def pathToImportMap = Some(PathRef(T.workspace / "importmap.json"))

override def forkArgs: T[Seq[String]] = super.forkArgs() ++ vecIncubatorFlag

def scalaVersion = vecxt.jvm.scalaVersion

override def moduleDeps = Seq(vecxt.jvm)

// override def allScalacOptions: Target[Seq[String]] = super.allScalacOptions() ++ vecIncubatorFlag

override def scalaDocOptions = super.scalaDocOptions

}

0 comments on commit 0d34069

Please sign in to comment.