Skip to content

Commit e14c125

Browse files
committed
Remove additional SNAPSHOT entries
1 parent 82df564 commit e14c125

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,9 +100,9 @@ lazy val compat = MultiScalaCrossProject(JSPlatform, JVMPlatform, NativePlatform
100100
.nativeSettings(
101101
nativeLinkStubs := true,
102102
addCompilerPlugin(
103-
"org.scala-native" % "junit-plugin" % "0.4.0-SNAPSHOT" cross CrossVersion.full
103+
"org.scala-native" % "junit-plugin" % "0.4.0" cross CrossVersion.full
104104
),
105-
libraryDependencies += "org.scala-native" %%% "junit-runtime" % "0.4.0-SNAPSHOT",
105+
libraryDependencies += "org.scala-native" %%% "junit-runtime" % "0.4.0",
106106
Test / fork := false // Scala Native cannot run forked tests
107107
)
108108
)

0 commit comments

Comments
 (0)