Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 14, 2023
1 parent f5b55b3 commit 711f4a9
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 @@ developers := List(Developer("Yaroslav Hryniuk", "Yaroslav Hryniuk", "yaroslavh.
licenses += ("MIT", url("https://github.com/yarhrn/rozklad/blob/master/LICENSE"))
publishMavenStyle := true
releaseTagName := s"${if (releaseUseGlobalVersion.value) (ThisBuild / version).value else version.value}"
scalaVersion := "2.13.10"
scalaVersion := "2.13.12"

libraryDependencies += "com.typesafe.play" %% "play-json" % "2.9.3"
libraryDependencies += "org.tpolecat" %% "doobie-postgres" % "1.0.0-RC2"
Expand Down

0 comments on commit 711f4a9

Please sign in to comment.