Skip to content

Commit

Permalink
Merge pull request #116 from indoorvivants/update/sbt-scala-native-0.…
Browse files Browse the repository at this point in the history
…4.13

Update sbt-scala-native to 0.4.13
  • Loading branch information
mergify[bot] authored Jun 5, 2023
2 parents c1f939d + e396d15 commit 848f08e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ val V = new {

val scribe = "3.11.5"

val scalaNative = "0.4.12"
val scalaNative = "0.4.13"

val circe = "0.14.5"

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object VcpkgNativeModuleSpec extends utest.TestSuite {
object foo extends VcpkgNativeModule {
def vcpkgDependencies = T(VcpkgDependencies("cjson"))
def scalaVersion = T("3.2.2")
def scalaNativeVersion = T("0.4.12")
def scalaNativeVersion = T("0.4.13")

override def vcpkgNativeConfig =
T(super.vcpkgNativeConfig().addRenamedLibrary("cjson", "libcjson"))
Expand Down

0 comments on commit 848f08e

Please sign in to comment.