File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 11import org .scalajs .linker .interface .ModuleSplitStyle
22import sbtcrossproject .CrossPlugin .autoImport .crossProject
33
4- val scala3 = " 3.3.3 "
4+ val scala3 = " 3.3.4 "
55
66inThisBuild(
77 List (
@@ -59,7 +59,7 @@ lazy val scalacSettings =
5959 " -feature" ::
6060 Nil
6161
62- val zioVersion = " 2.1.8 "
62+ val zioVersion = " 2.1.13 "
6363val laminarVersion = " 17.2.0"
6464
6565lazy val commonSettings = Seq (
@@ -85,7 +85,7 @@ lazy val animus = crossProject(JSPlatform)
8585 commonSettings,
8686 libraryDependencies ++= Seq (
8787 " dev.zio" %%% " zio-test" % zioVersion % Test ,
88- " io.github.kitlangton" %%% " quotidian" % " 0.0.17 "
88+ " io.github.kitlangton" %%% " quotidian" % " 0.0.18 "
8989 )
9090 )
9191 .jsSettings(
@@ -112,7 +112,7 @@ lazy val example = project
112112 skip / publish := true ,
113113 libraryDependencies ++= Seq (
114114 " dev.zio" %%% " zio" % zioVersion,
115- " dev.zio" %%% " zio-json" % " 0.7.2 "
115+ " dev.zio" %%% " zio-json" % " 0.7.3 "
116116 )
117117 )
118118 .enablePlugins(ScalaJSPlugin )
Original file line number Diff line number Diff line change 11logLevel := Level .Warn
22
3- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.16 .0" )
3+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.17 .0" )
44addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.3.2" )
5- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.6.1 " )
5+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.9.0 " )
66addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.24.0" )
You can’t perform that action at this time.
0 commit comments