Skip to content

Commit

Permalink
Update scala3-library to 3.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Mar 3, 2024
1 parent 7450ca3 commit 1c60ac9
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 @@ -11,7 +11,7 @@ lazy val `slick-joda-mapper` = project.in(file("."))
name := "slick-joda-mapper",
organization := "com.github.tototoshi",
version := "2.8.0",
crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1"),
crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.3"),
scalaVersion := "2.13.12",
scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit 1c60ac9

Please sign in to comment.