Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): update scala3-library from 3.3.0 to 3.3.1 #143

Closed
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val scala3 = "3.3.0"
lazy val scala3 = "3.3.1"
lazy val scala213 = "2.13.11"
lazy val scala212 = "2.12.18"
lazy val supportedScalaVersions = List(scala3, scala213, scala212)
Expand Down
Loading