File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
- version = 3.8 . 6
1
+ version = 3.9 . 4
2
2
3
3
align.preset = more
4
4
assumeStandardLibraryStripMargin = true
Original file line number Diff line number Diff line change 1
1
import sbt .*
2
2
import sbtcrossproject .CrossPlugin .autoImport .{crossProject , CrossType }
3
3
4
- def scala3 = " 3.3.4 "
4
+ def scala3 = " 3.3.5 "
5
5
6
6
inThisBuild(
7
7
List (
Original file line number Diff line number Diff line change 1
- sbt.version =1.10.7
1
+ sbt.version =1.10.10
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
6
6
addSbtPlugin(" com.github.sbt" % " sbt-boilerplate" % " 0.7.0" )
7
7
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.18.2" )
8
8
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 " )
10
10
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.3.2" )
11
11
addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.7" )
12
12
addSbtPlugin(" io.bullet" % " sbt-paradox-material-theme" % " 0.7.0" )
You can’t perform that action at this time.
0 commit comments