Skip to content

Commit

Permalink
Updated tools to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
martinberger committed Aug 11, 2024
1 parent 72e4932 commit e6f4932
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
repos:
- repo: https://github.com/pre-commit/pre-commit-hooks
rev: v4.5.0
rev: v4.6.0
hooks:
- id: trailing-whitespace
- id: end-of-file-fixer
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ lazy val root = project
// url := url("https://github.com/martinberger"),
description := "TBC",
version := "TBC",
scalaVersion := "3.4.0"
scalaVersion := "3.4.2"
)

scalacOptions ++= Seq(
Expand All @@ -31,10 +31,10 @@ scalacOptions ++= Seq(
"-source:3.0"
)

lazy val scalacheck = "org.scalacheck" %% "scalacheck" % "1.15.3"
lazy val scalacheck = "org.scalacheck" %% "scalacheck" % "1.15.4"
//libraryDependencies += scalacheck % Test

libraryDependencies ++= Seq(
scalacheck % "test",
"org.scalatest" %% "scalatest" % "3.2.14" % Test
"org.scalatest" %% "scalatest" % "3.2.19" % Test
)

0 comments on commit e6f4932

Please sign in to comment.