Skip to content

Commit

Permalink
Merge branch 'master' into update/scala3-library-3.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi authored Oct 2, 2024
2 parents 20ef819 + 454249c commit 267b0a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
val flywayPlayVersion = "9.1.0"

val scalaVersion_2_13 = "2.13.14"
val scalaVersion_2_13 = "2.13.15"
val scalaVersion_3 = "3.3.4"

val defaultFlywayVersion = "9.16.0"
val flywayVersion = sys.env.getOrElse("FLYWAY_PLAY_FLYWAY_VERSION", defaultFlywayVersion)

val scalikejdbcVersion = "4.3.1"
val scalikejdbcVersion = "4.3.2"

val scalatest = "org.scalatest" %% "scalatest" % "3.2.19" % "test"

Expand Down

0 comments on commit 267b0a8

Please sign in to comment.