Skip to content

Commit be742db

Browse files
committed
Upgraded scala-libraries-os to Scala 3
1 parent 75cd2b1 commit be742db

File tree

3 files changed

+1
-0
lines changed

3 files changed

+1
-0
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -373,6 +373,7 @@ lazy val scala_libraries_3 = (project in file("scala-libraries-3"))
373373
lazy val scala_libraries_os = (project in file("scala-libraries-os"))
374374
.settings(
375375
name := "scala-libraries",
376+
scalaVersion := scala3Version,
376377
libraryDependencies ++= scalaTestDeps,
377378
libraryDependencies ++= Seq(
378379
"org.apache.logging.log4j" %% "log4j-api-scala" % "13.0.0",

0 commit comments

Comments
 (0)