Skip to content

Commit

Permalink
Merge pull request #293 from scala-steward/update/scala3-library-3.3.1
Browse files Browse the repository at this point in the history
Update scala3-library to 3.3.1
  • Loading branch information
tototoshi authored Oct 4, 2023
2 parents e0a2ec4 + c2ad900 commit 3035b8a
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.0"),
crossScalaVersions := Seq("2.12.18", "2.13.12", "3.3.1"),
scalaVersion := "2.13.12",
scalacOptions ++= Seq(
"-deprecation",
Expand Down

0 comments on commit 3035b8a

Please sign in to comment.