Skip to content

Commit

Permalink
Merge pull request #132 from indoorvivants/update/scala3-library-3.3.4
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.4
  • Loading branch information
mergify[bot] authored Oct 26, 2024
2 parents 04e79bb + b5e55d9 commit ff7fff8
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Global / onChangedBuildSource := ReloadOnSourceChanges
ThisBuild / resolvers ++= Resolver.sonatypeOssRepos("snapshots")

lazy val Versions = new {
val Scala = "3.3.3"
val Scala = "3.3.4"
}

lazy val root = project
Expand Down Expand Up @@ -432,7 +432,9 @@ lazy val openssl = project
.settings(
vcpkgDependencies := VcpkgDependencies("openssl"),
scalaVersion := Versions.Scala,
nativeConfig ~= {(_).withSourceLevelDebuggingConfig(SourceLevelDebuggingConfig.enabled)},
nativeConfig ~= {
(_).withSourceLevelDebuggingConfig(SourceLevelDebuggingConfig.enabled)
},
bindgenBindings := {
Seq(
Binding(
Expand Down

0 comments on commit ff7fff8

Please sign in to comment.