File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -143,14 +143,14 @@ lazy val scala_core_oop = (project in file("scala-core-modules/scala-core-oop"))
143
143
Seq (catsEffect, jUnitInterface) ++ scalaTestDeps
144
144
)
145
145
146
- lazy val scala_strings_2 = (project in file( " scala-core-modules/scala-strings-2 " ))
147
- .settings(
148
- name := " scala-core-strings " ,
149
- libraryDependencies ++= scalaTestDeps ,
150
- libraryDependencies += jUnitInterface ,
151
- scalaVersion := scala3Version
152
- )
153
-
146
+ lazy val scala_strings_2 =
147
+ (project in file( " scala-core-modules/scala-strings-2 " ))
148
+ .settings(
149
+ name := " scala-core-strings " ,
150
+ libraryDependencies ++= scalaTestDeps ,
151
+ libraryDependencies += jUnitInterface,
152
+ scalaVersion := scala3Version
153
+ )
154
154
155
155
lazy val scala_core_fp = (project in file(" scala-core-modules/scala-core-fp" ))
156
156
.settings(
@@ -444,7 +444,7 @@ lazy val scala_libraries = (project in file("scala-libraries"))
444
444
445
445
val http4sBlaze = " 0.23.16"
446
446
val http4sVersion = " 0.23.27"
447
- val osLibVersion = " 0.10.2 "
447
+ val osLibVersion = " 0.10.3 "
448
448
449
449
val osLibDep = " com.lihaoyi" %% " os-lib" % osLibVersion
450
450
You can’t perform that action at this time.
0 commit comments