Skip to content

Commit

Permalink
Update scala 3 version
Browse files Browse the repository at this point in the history
  • Loading branch information
keirlawson committed Jan 5, 2024
1 parent 39c39fc commit 29f5813
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 @@ -42,7 +42,7 @@ lazy val root = (project in file("."))

lazy val commonSettings = Seq(
organization := "io.github.keirlawson",
scalaVersion := "3.3.0",
scalaVersion := "3.3.1",
crossScalaVersions ++= additionalSupportedScalaVersions,
homepage := Some(url("https://github.com/keirlawson/meters4s")),
startYear := Some(2020),
Expand Down

0 comments on commit 29f5813

Please sign in to comment.