Skip to content

Commit 883e81d

Browse files
Update scala3-library to 3.3.7 (#373)
1 parent 65c93a9 commit 883e81d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import com.typesafe.tools.mima.core.{MissingClassProblem, ProblemFilters}
55

66
lazy val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
77
organization := "com.softwaremill.ox",
8-
scalaVersion := "3.3.6",
8+
scalaVersion := "3.3.7",
99
updateDocs := Def.taskDyn {
1010
val files1 = UpdateVersionInDocs(sLog.value, organization.value, version.value)
1111
Def.task {

0 commit comments

Comments
 (0)