Skip to content

Commit 848f08e

Browse files
authored
Merge pull request #116 from indoorvivants/update/sbt-scala-native-0.4.13
Update sbt-scala-native to 0.4.13
2 parents c1f939d + e396d15 commit 848f08e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ val V = new {
4545

4646
val scribe = "3.11.5"
4747

48-
val scalaNative = "0.4.12"
48+
val scalaNative = "0.4.13"
4949

5050
val circe = "0.14.5"
5151

modules/mill-vcpkg-native-plugin/src/test/scala/VcpkgNativeModuleSpec.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object VcpkgNativeModuleSpec extends utest.TestSuite {
1919
object foo extends VcpkgNativeModule {
2020
def vcpkgDependencies = T(VcpkgDependencies("cjson"))
2121
def scalaVersion = T("3.2.2")
22-
def scalaNativeVersion = T("0.4.12")
22+
def scalaNativeVersion = T("0.4.13")
2323

2424
override def vcpkgNativeConfig =
2525
T(super.vcpkgNativeConfig().addRenamedLibrary("cjson", "libcjson"))

0 commit comments

Comments
 (0)