Skip to content

Commit

Permalink
Update scala3-library to 3.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 9, 2023
1 parent 810108a commit 3cd1df2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ val os = sys.props.get("os.name") match {
}
val shaded = !System.getProperty("os.arch").toLowerCase.startsWith("aarch")

scalaVersion := "3.3.0"
scalaVersion := "3.3.1"

libraryDependencies += "org.reactivemongo" %% "reactivemongo" % "1.1.0-RC9"
libraryDependencies ++= (
Expand Down

0 comments on commit 3cd1df2

Please sign in to comment.