File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ import com.softwaremill.Publish.ossPublishSettings
3
3
4
4
val scala211 = " 2.11.12"
5
5
val scala212 = " 2.12.12"
6
- val scala213 = " 2.13.2 "
6
+ val scala213 = " 2.13.8 "
7
7
val scala30 = " 3.0.2"
8
8
9
9
val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ List (
Original file line number Diff line number Diff line change 1
- sbt.version =1.6.2
1
+ sbt.version =1.7.1
Original file line number Diff line number Diff line change 1
1
addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.9.0" )
2
2
addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.9.0" )
3
- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.3 " )
3
+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.7 " )
4
4
5
5
val sbtSoftwareMillVersion = " 2.0.9"
6
6
addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-common" % sbtSoftwareMillVersion)
7
7
addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-publish" % sbtSoftwareMillVersion)
8
8
9
- addSbtPlugin(" org.jetbrains" % " sbt-ide-settings" % " 1.1.0" )
9
+ addSbtPlugin(" org.jetbrains" % " sbt-ide-settings" % " 1.1.0" )
You can’t perform that action at this time.
0 commit comments