We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c1f939d + e396d15 commit 848f08eCopy full SHA for 848f08e
build.sbt
@@ -45,7 +45,7 @@ val V = new {
45
46
val scribe = "3.11.5"
47
48
- val scalaNative = "0.4.12"
+ val scalaNative = "0.4.13"
49
50
val circe = "0.14.5"
51
modules/mill-vcpkg-native-plugin/src/test/scala/VcpkgNativeModuleSpec.scala
@@ -19,7 +19,7 @@ object VcpkgNativeModuleSpec extends utest.TestSuite {
19
object foo extends VcpkgNativeModule {
20
def vcpkgDependencies = T(VcpkgDependencies("cjson"))
21
def scalaVersion = T("3.2.2")
22
- def scalaNativeVersion = T("0.4.12")
+ def scalaNativeVersion = T("0.4.13")
23
24
override def vcpkgNativeConfig =
25
T(super.vcpkgNativeConfig().addRenamedLibrary("cjson", "libcjson"))
0 commit comments