Skip to content

Commit

Permalink
Update typo 0.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
KapStorm committed Sep 20, 2023
1 parent a7edc25 commit cee0079
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val anorm = "2.7.0"
val enumeratum = "1.7.2"
val scalaJavaTime = "2.5.0"
val tapir = "1.5.0"
val typoVersion = "0.3.0"
val typoVersion = "0.3.1"

val consoleDisabledOptions = Seq("-Werror", "-Ywarn-unused", "-Ywarn-unused-import")

Expand Down
4 changes: 2 additions & 2 deletions typo/GenerateTypoSQLDSL.scala
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
//> using scala "3.3.0"

//> using lib "com.olvind.typo::typo:0.3.0"
//> using lib "com.olvind.typo::typo-dsl-anorm:0.3.0"
//> using lib "com.olvind.typo::typo:0.3.1"
//> using lib "com.olvind.typo::typo-dsl-anorm:0.3.1"
//> using lib "com.typesafe.play::play-json::2.10.0-RC9"

import typo.*
Expand Down

0 comments on commit cee0079

Please sign in to comment.