File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ def configureJUnit(crossProject: CrossProject) = {
119
119
.jsConfigure(_.enablePlugins(ScalaJSJUnitPlugin ))
120
120
.jvmSettings(
121
121
libraryDependencies +=
122
- " com.github.sbt" % " junit-interface" % " 0.13.2 " % " test"
122
+ " com.github.sbt" % " junit-interface" % " 0.13.3 " % " test"
123
123
)
124
124
}
125
125
Original file line number Diff line number Diff line change 1
- sbt.version =1.5.5
1
+ sbt.version =1.6.2
Original file line number Diff line number Diff line change 1
1
scalacOptions += " -deprecation"
2
- libraryDependencies += " org.slf4j" % " slf4j-nop" % " 1.7.32 "
2
+ libraryDependencies += " org.slf4j" % " slf4j-nop" % " 1.7.36 "
3
3
4
4
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.0.1" )
5
5
addSbtPlugin(" com.typesafe.sbt" % " sbt-osgi" % " 0.9.6" )
6
6
addSbtPlugin(" com.eed3si9n" % " sbt-buildinfo" % " 0.10.0" )
7
7
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10" )
8
8
addSbtPlugin(" com.thoughtworks.sbt-api-mappings" % " sbt-api-mappings" % " 3.0.0" )
9
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.7.1 " )
10
- addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.1 " )
9
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.8.0 " )
10
+ addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.3 " )
11
11
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.1.0" )
12
12
addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.1.0" )
13
13
addSbtPlugin(" com.codecommit" % " sbt-github-actions" % " 0.14.2" )
You can’t perform that action at this time.
0 commit comments