Skip to content

Commit 2f984b6

Browse files
authored
Merge pull request #239 from softwaremill/update/sbt-scala-native-0.4.8
Update sbt-scala-native to 0.4.8
2 parents 08f081b + d7f4dfe commit 2f984b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
libraryDependencies += "org.scala-js" %% "scalajs-env-selenium" % "1.1.1"
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.11.0")
3-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.7")
3+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.8")
44
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
55

66
val sbtSoftwareMillVersion = "2.0.9"

0 commit comments

Comments
 (0)