Skip to content

Commit

Permalink
Update scala3-library to 3.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scalikejdbc-bot[bot] authored and xuwei-k committed Jan 21, 2025
1 parent b0ceb6f commit 02ae49e
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 @@ -2,7 +2,7 @@ enablePlugins(ScalikejdbcPlugin)

def Scala213 = "2.13.16"
scalaVersion := Scala213
crossScalaVersions := Seq("3.6.2", Scala213)
crossScalaVersions := Seq("3.6.3", Scala213)
lazy val scalikejdbcVersion = scalikejdbc.ScalikejdbcBuildInfo.version
resolvers ++= Seq(
"Sonatype snapshots" at "https://oss.sonatype.org/content/repositories/snapshots"
Expand Down

0 comments on commit 02ae49e

Please sign in to comment.