Skip to content

Commit 7b819a2

Browse files
committed
Update dependencies
1 parent 291d80b commit 7b819a2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Diff for: .scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.8.6
1+
version = 3.9.4
22

33
align.preset = more
44
assumeStandardLibraryStripMargin = true

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import sbt.*
22
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
33

4-
def scala3 = "3.3.4"
4+
def scala3 = "3.3.5"
55

66
inThisBuild(
77
List(

Diff for: project/build.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.10.7
1+
sbt.version=1.10.10

Diff for: project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
66
addSbtPlugin("com.github.sbt" % "sbt-boilerplate" % "0.7.0")
77
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.18.2")
88
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
9-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.6")
9+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7")
1010
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
1111
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
1212
addSbtPlugin("io.bullet" % "sbt-paradox-material-theme" % "0.7.0")

0 commit comments

Comments
 (0)